Hi, I create a hirarchy data in datastore using parents. For example: A ... childs : B, C B ... childs : D, E C ... childs : F, G
Now, I would like select childs of A using ANCESTOR IS, but the query return all descendants (B, C, D, E, F and G). Do you know how I can retrieve only the direct childs of A (B and C)? Thank you very much! Pau -- 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.
