I've got a matching function that does what I want.  It splits the
input into an array and then checks each word against each string.
Only strings that include all the words will be included in the
dropdown, but the order ceases to be important.

On Nov 19, 9:43 pm, Jörn Zaefferer <[EMAIL PROTECTED]> wrote:
> Gordon schrieb:> For example, if an address is listed as "Mister Foobar, 123 
> Fake
> > street, Quuxville, AS1 23D, then the autocomplete plugin would suggest
> > that address if the user typed in "fake street as1", or "fake
> > foobar".  Are there any autocumplete plugins that support doing this?
>
> I'll try to add a demo that does just that, based on a UL. I'm planning
> one change anyway that should enable support for using the UL.
>
> Though the matching is another story. You want it to match any word in
> any order, with at least one word matched, right? Sounds like you'd need
> to provide your own matcher then.
>
> Jörn

Reply via email to