These simple queries don't need entries in the index.yaml file.
For single attribute queries there are implicit indices constructed.
Even is you filter multiple times for equality you don't need an
index.yaml entry, and maybe then only when you want a DESC sorting.

If the production server gives the correct result without raising a
NeedIndexError you use some implicit index.

2009/1/18 Dave <[email protected]>:
> request.user.invites_in.filter('invited_person =',request.user)
> request.user.invites_out.filter('person_inviting =',request.user)
> user.connections.filter('user =',request.user)
> Dave

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