[jQuery] [autocomplete] List second word in a match

[jQuery] [autocomplete] List second word in a match


Well, at first, sorry about my english.
The question i have is: "How can i have a match in the results list
when the letters maching only are in the second or third word?"
Is it possible?
I'm going to tell you an example. In the demo page (http://
jquery.bassistance.de/autocomplete/demo/) at first example, if you
type "a" you can find at the end of the list "Avon Lake" i'd like type
"L" or "Lake" and get "Avon Lake" as result.
Are there any way to do this??
Thanks a lot for yout help.