App Engine NDB query with multiple inequalities?
The only two answers on here involve essentially restructuring the database to accommodate this limitation, but I am unsure how to do that in my case. I have a list of thousands of contacts, each with many many properties. I'm making a page that has an ability to filter on multiple properties at once. For example: Age < 15, Date Added > 15 days ago, Location == Santa Cruz, etc. Potentially a ton of inequality filters required. How does one achieve this in GAE? According to the docs (for python) , Limitations: The Datastore enforces some restrictions on queries. Violating these will cause it to