vdw / HideSeek

A simple, mobile-friendly, yet customizable quick/live search jQuery plugin.
http://vdw.github.io/HideSeek
Apache License 2.0
429 stars 74 forks source link

Fix problem with removeAccents: true #19

Open tobika opened 8 years ago

tobika commented 8 years ago

When removeAccents is true, all accents in the searchable elements are removed. But if you type an accent like "ä" in your search input this value is not modified and the search results are not correct.

Therefore if removeAccents is activated all accents should also be removed from the searchvalue.

Hope this is correct and I didn't overlook something.

maxwroc commented 5 years ago

Merged to hideseek-mod