jquery-searchable icon indicating copy to clipboard operation
jquery-searchable copied to clipboard

Option to find accented vowals by using un-accented vowals.

Open sw-tracker opened this issue 7 years ago • 3 comments

Hi, I am loving your project, thank you very much for your efforts. I am using this to search in a table that has words in English, Spanish and German. The issue I encounter is that if I have the following words:

  • Rocio
  • Rocío

If I search for "Rocio" it will not find the one with the accented i. The same issue exists for umlauts. Like if I search for: "zuruck" it will not find "zurück". If I press CTRL-F and use the normal (chrome) browser search functionality to search for "Rocio" it will find all accented and un-accented matches.

Could you add an option to your configuration to support this please? Cheers, Olga

sw-tracker avatar Apr 22 '18 14:04 sw-tracker

I have created a pull request for this.

sw-tracker avatar May 13 '18 10:05 sw-tracker

How do I clone or fork your pull request? Do I have to wait until the owner of repo approve it and merge it?

wilson382 avatar May 24 '18 17:05 wilson382

This is my fork: https://github.com/sw-tracker/jquery-searchable You should be able to clone it using: https://github.com/sw-tracker/jquery-searchable.git

sw-tracker avatar May 26 '18 22:05 sw-tracker