Description
A Haskell library for filtering a list with fuzzy string search. It helps applications find likely matches even when the user's query is incomplete, abbreviated, or not an exact substring.
Developers use it in launchers, command palettes, search boxes, completion menus, and developer tools. Ranking should be tuned with real examples so the best match feels predictable to users.