mongodb найдет все, что нет собственности

db.things.find( { a : { $exists : false } } ); // return if a is missing
Tarik