Použijte $elemMatch
místo toho:
db.records.find({
"Items" : {"$elemMatch" : {"Title" : "Example title 1"}}
})
Snad to pomůže.
Použijte $elemMatch
místo toho:
db.records.find({
"Items" : {"$elemMatch" : {"Title" : "Example title 1"}}
})
Snad to pomůže.