GithubHelp home page GithubHelp logo

Comments (5)

gagansk avatar gagansk commented on September 13, 2024

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?

from chris_store_ui.

mairin avatar mairin commented on September 13, 2024

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.

from chris_store_ui.

sonylomo avatar sonylomo commented on September 13, 2024

Hey @mairin, I'd like to work on this 😁.

from chris_store_ui.

sonylomo avatar sonylomo commented on September 13, 2024

Is it ok to use a library like Fuse.js to implement fuzzy search?

from chris_store_ui.

jennydaman avatar jennydaman commented on September 13, 2024

Fuzzy search is better implemented server-side (faster).

The back-end supports partial matching of queries, for example https://chrisstore.co/api/v1/plugins/search?name=pl-fetal returns pl-fetal-brain-mask and pl-fetal-brain-assessment. More advanced fuzzy querying, such as typo correction, might be out of scope — especially because names might use esoteric abbreviations such as pl-pfdo_med2img.

I suppose the real issue for now is to correctly implement search against the /api/v1/plugins/search?name=%s endpoint.

Another related goal would be to implement OpenSearch. I've created a separate issue for this #121

from chris_store_ui.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.