James Trix schrieb:
because I am searching through towns and postcode (zip codes) for Australia some post codes are as short as 2/3 char so I need to keep it set to 3 but just return a maxium of 10 results. When you enter the postcode (zipcode) you would get no more than about 4 results.

So because of the large data set do people think I should go with SQL or XML ? sorry I was not quite sure
The autocomplete plugin version I've just released (see other thread) sends the options.max value to the server as a "limit" parameter, you could add that to your SQL to limit the number of results already on the server.

--
Jörn Zaefferer

http://bassistance.de

Reply via email to