Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Case insensitive filter makes result lowercase #5

Closed
LiraOnGithub opened this issue Dec 27, 2023 · 0 comments · Fixed by #6
Closed

Case insensitive filter makes result lowercase #5

LiraOnGithub opened this issue Dec 27, 2023 · 0 comments · Fixed by #6

Comments

@LiraOnGithub
Copy link
Contributor

I expect searching for test in --Test-- to yield --<Test>-- but --<t><e><s><t>-- is given. The multiple matches is already addressed in issue #2 but I still expect that t to be T.

ghci> Text.Fuzzy.filter "test" ["--Test--"] "<" ">" id False
[Fuzzy {original = "--Test--", rendered = "--<t><e><s><t>--", score = 26}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant