I like to think of the appengine datastore as a foundation on which we can design and implement the higher constructs to fit our needs, experiment with new ideas, and "think outside the box".
Given that, a lot of things you might expect to be included I am glad to see outside of the standard API. I think it keeps us thinking, and doesn't allow solutions to stagnate. My two cents. On Oct 29, 2008 7:40 PM, "Kenchu" <[EMAIL PROTECTED]> wrote: How do you filter things by for example their first letter? Take this model for example: class Song(db.Model): title = db.StringProperty() How would I get all the songs beginning with the letter A? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
