riklomas / quicksearch

A jQuery plugin for searching through tables, lists, etc quickly
http://www.lomalogue.com/jquery/quicksearch/
680 stars 261 forks source link

Added accent-insensitive searching #62

Open JustinStolle opened 11 years ago

JustinStolle commented 11 years ago

Added a function to remove diacritics and use it to replace accented characters with their unmarked equivalents in both the search string and the comparison text. For instance, in addition to normal behavior, one can now find "México" by searching "Mexico" and vice versa.

nitriques commented 10 years ago

BTW, this has been released: See #67