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

Autocomplete is missing #4

Open
andraskalman opened this issue May 8, 2018 · 0 comments
Open

Autocomplete is missing #4

andraskalman opened this issue May 8, 2018 · 0 comments
Assignees

Comments

@andraskalman
Copy link

When typing in the query box the autocomplete search template is not executed and the query suggestions are not provided for the user. However after typing each character a search query is executed on the server, which can highly increase the backend load with multiple parallel users. We should consider adding a "search" button and execute the search query only when the form is submitted and retrieve only the query suggestions when typing.

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

2 participants