Re: [web2py] Re: Huge amount of data slowing page loads...

2010-01-27 Thread Thadeus Burgess
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 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 >

Re: [web2py] Re: Huge amount of data slowing page loads...

2010-01-27 Thread Jason Brower
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

[web2py] Re: Huge amount of data slowing page loads...

2010-01-26 Thread desfrenes
this works like a charm: http://docs.jquery.com/Plugins/Autocomplete On 27 jan, 08:24, Jason Brower 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.