Gebruik de $ om te zien of er een sleutel/veld in uw document bestaat. bestaat telefoniste.
Via de MongoDB-shell ...
> db.things.find( { url : { $exists : true } } );
Gebruik de $ om te zien of er een sleutel/veld in uw document bestaat. bestaat telefoniste.
Via de MongoDB-shell ...
> db.things.find( { url : { $exists : true } } );