動的に生成されたmongodb複合フィルターがあります。
where_condition = {"$and":[{"column_3": "Offer"}, {"column_2":"MSN"}]}
collection.find(where_condition)
状態の深さが不明である可能性があり$and
ます$or
where_conditionの負数を見つけることは可能ですか?
これは動作しません
not_condition = {"$not": where_condition}