Gebruik $elemMatch
in plaats daarvan:
db.records.find({
"Items" : {"$elemMatch" : {"Title" : "Example title 1"}}
})
Ik hoop dat dit helpt.
Gebruik $elemMatch
in plaats daarvan:
db.records.find({
"Items" : {"$elemMatch" : {"Title" : "Example title 1"}}
})
Ik hoop dat dit helpt.