There are a couple existing libraries, but you might want to try out the solution I implemented for full-text search. I upload the entities I want to search (server-side) to Google Base via the GData APIs. Then I use the GData Javascript library to enable client-side searching. This solution helps to preserve quota in addition to enabling true full-text search.
You can read my blog post about it here: http://blog.anekdotz.com/2010/01/efficient-full-text-search-mashup-with.html Or check out an example application that uses this solution: http://www.dontjudgemejudger.com/ (just search for 'people' in the search box on the left of the page) On Apr 10, 4:31 pm, Baz <[email protected]> wrote: > Hi, > > A while back there were rumours of Google implementing native full-text > search in the GAE. What is the status of that? Is it on the roadmap? Being > considered? Deferred for an unknown date? Rejected? > > Thanks! > > Baz -- 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.
