Am wondering if anyone can provide some guidance on how I might implement a starts with or ends with query against a Datastore model using Python?
In pseudo code, it
Seems you can't do it for the general case, but can do it for prefix searches (starts with):
Wildcard search on Appengine in python