farzher / fuzzysort

Fast SublimeText-like fuzzy search for JavaScript.

Home Page:https://rawgit.com/farzher/fuzzysort/master/test/test.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature Request

alabsi91 opened this issue · comments

First, let me say great work, this library is very useful. I am currently facing some issues because I am searching through English, Turkish, and Arabic strings. The problem arises with Arabic and Turkish, as there are some letters that are similar to each other, such as üu, ğg, أإٱٱا. This can be solved by using a function similar to toLowerCase to normalize both the input and target strings. I suggest adding an option to provide such a function in order to improve the functionality of the library.