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

Implement abbreviated fuzzy search #6

Closed
shlomiuziel opened this issue Jul 5, 2023 · 3 comments
Closed

Implement abbreviated fuzzy search #6

shlomiuziel opened this issue Jul 5, 2023 · 3 comments

Comments

@shlomiuziel
Copy link

By implementing abbreviation based fuzzy search (e.g. gh for GitHub),
there could be much better support out of the box without having to concatenate parenthesis at the end of the title.

@familyfriendlymikey
Copy link
Owner

Thanks for the suggestions! I really like this one.

I've toyed around with some of the other ones before but I'm open to trying again.

I don't know when I'll have time but I do intend to get around to it.

@familyfriendlymikey
Copy link
Owner

Actually I realized a while ago that this is already what the fuzzy searching does, it's just based on spaces rather than capital letters. So git hub would have the desired effect here, but it would be interesting to have the fuzzy search also respect letter case.

@familyfriendlymikey
Copy link
Owner

Looking back, I believe this is what the algorithm already does.

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

No branches or pull requests

2 participants