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

Switch to fuzzy search #9

Closed
athityakumar opened this issue Aug 24, 2018 · 3 comments
Closed

Switch to fuzzy search #9

athityakumar opened this issue Aug 24, 2018 · 3 comments
Labels
enhancement New feature or request Hacktoberfest help wanted Extra attention is needed

Comments

@athityakumar
Copy link
Member

Currently, the search used in the dropdown is an exact-search. Rather, a partial search (like the one in MFQP/MCMP) would be more convenient.

@themousepotato themousepotato added enhancement New feature or request help wanted Extra attention is needed labels Aug 24, 2018
@chatpion
Copy link
Contributor

chatpion commented Oct 4, 2018

Hi. I would like to tackle this issue.

Currently you use a datalist which already has autocompletion but uncompatible with a partial search. Can I change the UI to be more like MFQP ?

Also a library (List.js) already implements fuzzy search. Do you prefer to have a handcoded version (could be a fun experience) or to use it ?

@themousepotato
Copy link
Member

Hey @chatpion ! Thank you for showing interest in this project. Go ahead and send a PR😅

@athityakumar
Copy link
Member Author

@chatpion - We're currently using string scoring in MFQP, to implement the partial-matching search. We could use a similar one (according to the keys in our modified datalist, here) 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Hacktoberfest help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants