Hi,

I have an autocomplete feature request.

My request is that when a particular prefix is not found on the
database, adding to the prefix should not cause more calls to the
remote system:

As an example, say I type in "ThisIsANewEntry", the following might
happen:

T         - 5 entries returned
Th       - 3 entries returned
Thi      - 0 entries returned
This    - 0 entries returned
ThisI   - 0 entries returned
ThisIs - 0 entries returned
 . . .

Once the jQuery sees that a prefix isn't returning anything more, I'd
like jQuery to stop trying.

Reply via email to