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

Auto Completion for the general search field #28

Open
leoek opened this issue Nov 4, 2018 · 1 comment
Open

Auto Completion for the general search field #28

leoek opened this issue Nov 4, 2018 · 1 comment
Assignees
Labels
backend enhancement New feature or request V2

Comments

@leoek
Copy link
Owner

leoek commented Nov 4, 2018

The first version of this auto completion should be based on the most popular searches and the string the string the user already typed.

Currently there is an endpoint /top available which returns the most common search terms. However it does not evaluate any characters which were already typed by the user.

Suggestions for the general search field should be provided with the /suggest endpoint as they are for other fields. Check the openapi spec/swagger for more information.

@leoek leoek assigned leoek and torond Nov 4, 2018
@leoek leoek added enhancement New feature or request backend frontend V2 and removed frontend labels Nov 4, 2018
@leoek leoek changed the title Auto Completion for the gneral search field Auto Completion for the general search field Nov 4, 2018
This was referenced Nov 4, 2018
leoek added a commit that referenced this issue Nov 5, 2018
@leoek
Copy link
Owner Author

leoek commented Nov 5, 2018

You can check the current feature here: https://featuretopterms.mss.leoek.tech/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend enhancement New feature or request V2
Projects
None yet
Development

No branches or pull requests

2 participants