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

Improve autocomplete search #448

Open
niraymak opened this issue May 28, 2021 · 0 comments
Open

Improve autocomplete search #448

niraymak opened this issue May 28, 2021 · 0 comments

Comments

@niraymak
Copy link
Member

niraymak commented May 28, 2021

Is your feature request related to a problem? Please describe.
Here is a list of things we could do to improve the autocompletion:

  • With the current autocomplete implementation you will get no results if you make a typo.
  • Currently there is no priority in the autocompletion results. In the example below, you probably would like the second result to show as the first result because it has the most similarities with the query.
    image

Describe the solution you'd like

  • If you make a typo, for example: Hardcraftrd the autocomplete system should suggest "Handcrafted" if a project exists with this name.
    @Maxvanhattum already suggested a possible fix:
    image

  • Research (and eventually implement) how the results could return with a better priority.

Production URL
https://dex.software/home

Additional context

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

No branches or pull requests

1 participant