Open 6thSigma opened 10 years ago
I added Automatic index configuration to the App Engine sample code.
If you then run all queries in the dev server and then run the following:
mvn appengine:update_indexes
Indexes will automatically be updated for your production server and the queries will work.
Ideally we'd like this to be automatically generated for our users without having to run all queries in the dev server. We'll continue looking into this.
Query:
Error from Android:
Error from App Engine:
The identical query works in an app engine dev server.