Database

[{_id:1,name:"test"},{_id:2,name:"other string"}]

Query

db.collection.find({name:"test"})

Result