I attempted to get around this by using a GqlQuery with only where
clauses of the form "index = :1 AND index = :2 AND ..." (yes, "index"
is the name of my StringListProperty), and a single ORDER BY clause
for "rating DESC", but I have the same problem with it wanting an
index on [index, index, rating] for two terms, and [index, index,
index, rating] for three, etc.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
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