I have an index serving like the following: FoodCategory isMainCategory ▲ , name ▲ Serving
And I have the following query: select from FoodCategory where isMainCategory=true order by name However i always get: com.google.appengine.api.datastore.DatastoreNeedIndexException: no matching index found.. Why is that? another question is, i don't know why the auto index file created 2 indexes one for FoodCategory and another for the same but all upper case FOODCATEGORY -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
