आप $and
. का उपयोग कर सकते हैं कई शर्तों में शामिल होने के लिए:
collection.find({"$and": [{"foo": {'$ne': 'bar'}},
{"foo": {'$exists': True}}]})
आप $and
. का उपयोग कर सकते हैं कई शर्तों में शामिल होने के लिए:
collection.find({"$and": [{"foo": {'$ne': 'bar'}},
{"foo": {'$exists': True}}]})