On 5/31/09 5:36 PM, "Alec" <alec.mil...@gmail.com> wrote:

> http://docs.jquery.com/Plugins/Autocomplete
> 
> Say I have the following entry in a data array:
> 
> "Quick brown fox"
> 
> Is it possible to return this entry when I search for e.g. "qui fox"?
> At this moment I can only get this result when searching for "qui" or
> "fox", but not "qui fox". I guess what I'm looking for is a way to
> split the input, and match each part against the data entries.

if you're using local data, i don't know. probably not. if you're using a
remote search, yes, program the search logic in your backend.


Reply via email to