showing results for - "mongodb find all that dont have property"
Errol
02 Jan 2018
1db.things.find( { a : { $exists : false } } ); // return if a is missing