-
Notifications
You must be signed in to change notification settings - Fork 62
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
feat: fuzzy find without sorting #22
Conversation
Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
@sahilm I think I accidentally closed this somehow.. anyway, are you interested in this? |
Agreed, this would be super handy especially for something like the list in bubbles! |
@mcoops that is precisely why I opened this :P |
I'm sorry my friends. I have lost interest in life let alone hobby projects. I'm recovering but not there yet. I can blindly merge. Will this change break existing users? |
I can't load the diff for some reason. I'm on the mobile app. |
I'm truly sorry to hear that, and I hope things improve for you! The way @caarlos0 has implemented the change a new function
So shouldn't be a breaking change. |
Merged. |
oh, sorry to hear that @sahilm, I hope you feel well soon! Thanks for the merge! 🙏 |
alternative
FindNoSort
method to do only fuzzy matching, without sorting.This might be useful when the list is already sorted by some other priority and you want to keep that order...