I would like to execute a following query:
db.mycollection.find(HAS IMAGE URL)
What should be the correct syntax?
db..find({"IMAGE URL":{"$exists":"true"}, "IMAGE URL": {$ne: null}})