Skip to content

Instantly share code, notes, and snippets.

@ybv
Created October 10, 2014 13:18
Show Gist options
  • Save ybv/441e7b42841edb3f3551 to your computer and use it in GitHub Desktop.
Save ybv/441e7b42841edb3f3551 to your computer and use it in GitHub Desktop.
pymongo query builder for '$or' & '$and' with lists, dicts and conditions
{'$or': [ {'$and':[ dict(zip(keys, triple.split(':')))] } if '0' not in triple else {'$and':[ dict(zip(keys, triple.split(':')[:2]))] } for triple in termstr ]}
@joshbeckman
Copy link

woo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment