Hi Jörn
Thanks for your quick response. Would you have some sample code to do
that? It would be great if you can point me in a direction with
respect to jquery.autocomplete.js.

I appreciate it.
Saumin

On Jan 29, 3:28 am, Jörn Zaefferer <joern.zaeffe...@googlemail.com>
wrote:
> I recommend hard limiting the items loaded from the server, in
> combination with scrolling. For example, load 100 items (should be
> fast enough), but display only 10. The other 90 can be checked by
> scrolling, while it is rather obvious that its easier to reduce the
> list by typing more.
>
> Jörn
>
>
>
> On Wed, Jan 28, 2009 at 10:07 PM, Saumin <saumin.pa...@gmail.com> wrote:
>
> > hi,
> > we are using theautocompleteplugin by bassistance.de. Our business
> > people want the users to search database with half a million rows. We
> > have minChars set as 3, but then also some combinations get around
> > 5000 rows. In that case, the user has to wait for at least 20+
> > seconds. I know that the database query comes back with results in
> > less than 1 second, but the function filllist() takes lot of time as
> > there are lot of records. Is there anything somebody can suggest to
> > make it load faster? If not, i wanted to introduce paging in this
> > control. Has this been done? I would really appreciate a quick
> > response.
>
> > Thanks!- Hide quoted text -
>
> - Show quoted text -

Reply via email to