Template
single collection
multiple collections
mgodatagen
update
indexe
explain
Stage
Database
bson
mgodatagen
[{item:"journal",instock:[{variant:"A",qty:15},{variant:"B",qty:5}]},{item:"notebook",instock:[{variant:"C",qty:30},{variant:"D",qty:null}]}]
Query
db.collection.find({instock:{$elemMatch:{qty:{$ne:null}}}})
Result