dineshv schrieb:
Say, there are 10,000 items in a server database and we set MAX=100.
Assume the user entry Q="the" results in 250 entries.  The server
sends all 250 entries to the browser but Autocomplete (AC) will only
use the first MAX=100 entries.  The 100 entries are displayed in a
scroll bar.

If the user scrolls all the way down to item 100 and beyond, AC will
circle back to item 1.  Can AC be setup so that when the user scrolls
beyond item 100 it will go and fetch items 101 to 200 (or some number > 100)?
In other words, if the user wants to see all database entries with
Q="the" and the number of entries is > MAX, how can this be done?
He has to enter more then "the".

Jörn

Reply via email to