Database

[{"a":"its me hello","b":"it does not have value","c":"It has hello"}]

Query

db.collection.aggregate([{"$project":{"data":{"$objectToArray":"$$ROOT"}}},{$unwind:"$data"},{"$match":{"data.v":{$regex:"hello"}}}])

Result