We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
when given:
{ "_id": "63d08b89ff6175f6a2807d0b", "index": 9999, "tags": [ "warrior", "magical" ] }
To be expected:
condition = Key('tags').isin('magical') result = db.find(condition)
Status