Aby sprawdzić, czy klucz/pole istnieje w Twoim dokumencie, użyj $ istnieje operatora.
Przez powłokę MongoDB ...
> db.things.find( { url : { $exists : true } } );
Aby sprawdzić, czy klucz/pole istnieje w Twoim dokumencie, użyj $ istnieje operatora.
Przez powłokę MongoDB ...
> db.things.find( { url : { $exists : true } } );