ajax - jQuery autocomplete disable filtering, show everything -


I have an AJQ autocomplete field connected to an AJAX call and the server is filtering all for me (from database Thousands of thousands of items) For all, I really need an autocomplete widget, good input box / dropdown combo functionality.

Actually, and possibly inadvertently, I'm asking if there is a way to disable jQuery's auto-use completely because AJAX calls always return all the required selection items. is.

I'm stupid. It's already the default setting for the widget, as specified in :

Autocomplete plugin does not filter results, instead a query string is appended with a word field, which is used to filter server-side script results


Comments