I've looked all over but can't seem to find out why this is
happening.

I have 2 indexes on the same entity , different properties being
selected but the same property being sorted like so:

indexes:
- kind: Beer
  properties:
  - name: first_letter
  - name: name
    direction: asc

- kind: Beer
  properties:
  - name: brewer
  - name: name
    direction: asc

But only the 2nd one seems to work correctly. The 1st one just returns
nothing from the query.

Now if I remove the 2nd index, the first index works just fine.

Has anyone run into something like this where multiple indexes seem to
be not working together?
--~--~---------~--~----~------------~-------~--~----~
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