Bạn có thể sử dụng $and
để tham gia nhiều điều kiện:
collection.find({"$and": [{"foo": {'$ne': 'bar'}},
{"foo": {'$exists': True}}]})
Bạn có thể sử dụng $and
để tham gia nhiều điều kiện:
collection.find({"$and": [{"foo": {'$ne': 'bar'}},
{"foo": {'$exists': True}}]})