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

Fuzzy search #3

Open
Idered opened this issue Sep 19, 2020 · 3 comments
Open

Fuzzy search #3

Idered opened this issue Sep 19, 2020 · 3 comments
Labels
enhancement New feature or request on hold New app rewritten in Electron+Vue.js is coming. I need to release it first

Comments

@Idered
Copy link
Owner

Idered commented Sep 19, 2020

Search input should handle use this algorithm

@Idered Idered added the enhancement New feature or request label Sep 19, 2020
@hackf5
Copy link

hackf5 commented Sep 29, 2020

There is quite a lot of complexity in fuzzy string matching and it's not really core to what you are doing. Why not use a library like this: https://github.com/JakeBayer/FuzzySharp?

@Idered
Copy link
Owner Author

Idered commented Sep 29, 2020

@hackf5 I was not going to implement algorithm myself :P I'll probably use what you suggested or any other library that can get job done.

@hackf5
Copy link

hackf5 commented Sep 29, 2020

Sure, that makes sense.

@Idered Idered added Hacktoberfest on hold New app rewritten in Electron+Vue.js is coming. I need to release it first and removed Hacktoberfest labels Oct 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request on hold New app rewritten in Electron+Vue.js is coming. I need to release it first
Projects
None yet
Development

No branches or pull requests

2 participants