There are numerous tutorials out in the wild for this. I don't know of any App Engine-specific examples, but they shouldn't be too hard to find. Since App Engine doesn't currently support full-text search, you'll only be able to match entities on their opening characters.
http://www.dynamicajax.com/fr/AJAX_Suggest_Tutorial-.html http://www.google.com/search?q=ajax+suggest - Jason On Thu, Sep 3, 2009 at 3:08 AM, mar_novice <[email protected]> wrote: > > Hi, > I dont know how to implement a back-end for an autosuggest query. > The idea is if a user type > "sa", the servlet will query from the datastore, for example employee > names that starts with "sa". > > Any body knows how to implement this?? > > Thanks... > > -mar_novice > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine for Java" 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-java?hl=en -~----------~----~----~----~------~----~------~--~---
