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
FindNoSortmethod 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...