Możesz użyć $and
aby dołączyć do wielu warunków:
collection.find({"$and": [{"foo": {'$ne': 'bar'}},
{"foo": {'$exists': True}}]})
Możesz użyć $and
aby dołączyć do wielu warunków:
collection.find({"$and": [{"foo": {'$ne': 'bar'}},
{"foo": {'$exists': True}}]})