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

chore: add fuzzy search #958

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

chore: add fuzzy search #958

wants to merge 3 commits into from

Conversation

mikelxk
Copy link
Collaborator

@mikelxk mikelxk commented Oct 13, 2022

No description provided.

@listen1
Copy link
Owner

listen1 commented Oct 21, 2022

thanks for pr.
Fuzzy search is a nice requirement for searching but need carefully algorithm design, so I'm still thinking about the implementation for that.

I think we can investigate for javascript library for that purpose, or try to find out whether regular expression will meet that purpose with more elegant way.

@mikelxk
Copy link
Collaborator Author

mikelxk commented Oct 21, 2022

Most fuzzy search library actually does is sorting based on relevance, like https://github.com/krisk/Fuse. It's just a temporary workaround for filter here.

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 this pull request may close these issues.

None yet

2 participants