> In other database we query as following:
>
> select * from mydb where article_title like %crisis%。
>
> in app engine datastore ,how to realize that??

You cannot. But there is a slimmed-down version of a full-text search,
google for "SearchableModel":
http://code.google.com/p/googleappengine/source/browse/trunk/google/appengine/ext/search/__init__.py


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to