Question

jQuery autocomplete plugin shows results that begin with the query you type into a search box. How would you amend the plugin to allow you to show results that contain the query you are typing? for example, i am searching for people, i want to be able to type either a firstname or a surname, i type 'and' i want it to show Adam Anderson, James Anderson, Andy Smith

Was it helpful?

Solution

The version of the "autocomplete" plugin I use already has a "matchContains" option. If that's set to true, then it behaves exactly as you describe.

http://www.pengoworks.com/workshop/jquery/autocomplete.htm

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top