Använd $elemMatch
istället:
db.records.find({
"Items" : {"$elemMatch" : {"Title" : "Example title 1"}}
})
Hoppas det här hjälper.
Använd $elemMatch
istället:
db.records.find({
"Items" : {"$elemMatch" : {"Title" : "Example title 1"}}
})
Hoppas det här hjälper.