Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Creating simple search for Google App Engine

Is there any simple way to create search for Google App Engine for specific datastore table. Just want to create basic text search for this.

like image 336
Ivan Slaughter Avatar asked Jun 26 '10 06:06

Ivan Slaughter


1 Answers

If you want full-text search over a Text field in a Model, try something like Bill Katz's SearchableModel.

like image 85
Jason Hall Avatar answered Sep 21 '22 14:09

Jason Hall