Hi, for my JavaScript frontend I need to print the gqlquery data as JSON strings. For that purpose I used this class: http://code.google.com/p/google-app-engine-samples/source/browse/trunk/geochat/json.py?r=55
which works really great! But it prints out ALL the data every time. Most of the data I don't even need in the frontend like updated_at and the whole user information per element. Is there any possibility to reduce the data the GqlQuery loads? Regards Elias -- 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=.
