You could add a field you can filter on. So you could still do the ancestor query to get everything, but you could also filter on the immediate parent when needed.
Robert On Tue, Jun 7, 2011 at 22:11, gwstuff <[email protected]> wrote: > Actually, this (an ancestor query) returns all descendants of a node. Is > there a way to get only the immediate children, short of filtering in-memory > by the parent field? It would be unacceptable for me to fetch everything in > every query. > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/google-appengine/-/emt1TldYRXJkclVK. > 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. > -- 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.
