ArangoDB-Community / pyArango

Python Driver for ArangoDB with built-in validation
https://pyarango.readthedocs.io/en/latest/
Apache License 2.0
238 stars 90 forks source link

Can't search using multiple values in dict . Returns empty list #95

Closed ydaniels closed 6 years ago

ydaniels commented 6 years ago

I thought a simple

{'key_1:value,'key_2':value} translate to AQL FILTER key_1 == value && key_2 == value using fetchByExample but it doesn't work