riklomas / quicksearch

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

Search for special characters as normal characters #41

Open erralb opened 12 years ago

erralb commented 12 years ago

Hi,

Your plugin is really great, thanks for it I love it! :)

I just happen to have this case on one of my websites.

People can search a page where some names can contain charcaters like ä, Ä, Ò, in brief, characters with accents. But people don't necessary write the accents and as a result some elements that should appear do not...

Would it be tricky to manage this case? like passing an array of special/normal characters as an argument?