Can I do full text searches with jquery Autocomplete ?
Posted
by Jordie
on Stack Overflow
See other posts from Stack Overflow
or by Jordie
Published on 2009-03-26T21:28:03Z
Indexed on
2010/05/22
13:10 UTC
Read the original article
Hit count: 221
jQuery
|autocomplete
Hi,
I want to be able to search a list of full names. The autocomplete demos I have seen have all searched from the beginning. Thats no good as I want matches on surname too.
I can live without full text search if it at least follows word boundaries. Sorta like the tag search here. Hows that done?
Cheers
© Stack Overflow or respective owner