Database

[{"name":"My Name"}]

Query

db.collection.find({$and:[{$and:[{name:{$regex:"My"}},{name:{$regex:"Name"}}]}]})

Result