-
Notifications
You must be signed in to change notification settings - Fork 49
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 queries must be possible for plugin's name. #7
Comments
Can the issue be described more? Is it Fuzzy queries must be supported for plugin search or Fuzzy queries must be used to suggest the plugin name dynamically based on the availability during creation? |
I think this is for searching for plugins. I would say the first task here would be to get the ChRIS store up and running, add a bunch of new plugins, and then test out the search to see how exact queries must be. |
Hey @mairin, I'd like to work on this 😁. |
Is it ok to use a library like Fuse.js to implement fuzzy search? |
Fuzzy search is better implemented server-side (faster). The back-end supports partial matching of queries, for example I suppose the real issue for now is to correctly implement search against the Another related goal would be to implement OpenSearch. I've created a separate issue for this #121 |
See FNNDSC/ChRIS_store#2.
The text was updated successfully, but these errors were encountered: