Vad sägs om något sånt här:
db.stackoverflow.find({
$or: [
{ howmuch: { $exists:false } },
{ howmuch:5 }
]})
I stackoverflow-samlingen hittar detta alla dokument som inte har howmuch
fält plus alla dokument som har howmuch
inställd på 5.