Re: [Rails-spinoffs] Performance Issues with Autocompleter

2006-01-23 Thread Listas
I have the same problem. My Solution? more filter on query and limit results to ~50, so you always get max 50 results and if you type more about the world, the result is more exactly. PS: sorry my bad english :P Cam McVey escreveu: Ryan, It does use this method. The problem is that it also

Re: [Rails-spinoffs] Dynamic parameter to autocompleter

2006-01-22 Thread Listas
Listas escreveu: Hi All Is there any way to pass a dynamic parameter do AutoCompleter URL? I want to pass the current text on autocompleter input field plus a parameter "last", with data from field "last" When i try to use "parameters" option, they get on

[Rails-spinoffs] Dynamic parameter to autocompleter

2006-01-22 Thread Listas
Hi All Is there any way to pass a dynamic parameter do AutoCompleter URL? I want to pass the current text on autocompleter input field plus a parameter "last", with data from field "last" When i try to use "parameters" option, they get only first value of field "last", not dynamicaly. Th