You would need to write your own levenshtien database query that returns to jquery autocomplete.
-Thadeus On Wed, Jan 27, 2010 at 2:20 AM, Jason Brower <[email protected]> wrote: > It's nice... but can I get it to work with things like in my example... > Where I press "a" and it gives me > Army > Jane > Jason > Gane > Best Regards, > Jason > On Tue, 2010-01-26 at 23:55 -0800, desfrenes wrote: > > this works like a charm: http://docs.jquery.com/Plugins/Autocomplete > > > > On 27 jan, 08:24, Jason Brower <[email protected]> wrote: > > > I have a database with 16k entries in it... > > > I have a one to many relation with them. > > > When I create a form with the requiers=IS_ID_DB() feature I notice a > > > huge lag in page load time. (I would to if I had 16k entries in one > drop > > > down too.) > > > Is there a way to do this similar to the autocompletion but have it so > I > > > can search for any part of it. (Like the awesome bar in firefox) > > > So I have > > > Jason > > > Jane > > > John > > > Gane > > > and when I press "a" it gives: > > > Jason > > > John > > > Gane > > > and so forth. > > > Best Regards, > > > Jason Brower > > > > > -- > You received this message because you are subscribed to the Google Groups > "web2py-users" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<web2py%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/web2py?hl=en. > > -- You received this message because you are subscribed to the Google Groups "web2py-users" 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/web2py?hl=en.

