Odd it seems it was cuz the object is uppercase... but.. locally they
are not upper case.
Why the objects are being created as upper case in gae server? Why
they are not in Dev server? And how i can change it?

On Jul 29, 10:12 am, Coutinho <[email protected]> wrote:
> 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 2indexesone 
> for FoodCategory and another for the same but alluppercaseFOODCATEGORY

-- 
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.

Reply via email to