On Wed, Oct 29, 2008 at 3:38 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 can't (yet).

Add a property to your model called 'first_letter', and search on that.


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 google-appengine@googlegroups.com
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