I'm using the Jquery quicksearch plugin.
It's a great plugin, but I have an issue on one of my website.
In a table, I have strings that contains characters with accents, like ò, ü, ä, etc. The problem is that users will not necessary search with the accents.
What I would like to achieve is that when someone types in "ola" for example, the search results would also display results containing "ölä"
Any idea on how to do it?