jQuery UI - Autocomplete - Search algorithm
Is there any way, to have the Autocomplete widget use a custom search algorithm -- it seems that it uses 'contains' logic to filter the list. I was looking to maybe do something simple like have it use a 'starts with' logic instead.
Thank you,
Kien