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, 7:08 pm, Baz <[email protected]> wrote: > Perhaps they need to look into making a "decision engine"... -- 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.
