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

Search delay #27

Closed
Sorc96 opened this issue Sep 1, 2022 · 1 comment · Fixed by #28
Closed

Search delay #27

Sorc96 opened this issue Sep 1, 2022 · 1 comment · Fixed by #28

Comments

@Sorc96
Copy link
Contributor

Sorc96 commented Sep 1, 2022

Especially for server side processing, sending a request after every keypress can be problematic. Not only does it give the server more work to do, but if an earlier request takes longer to finish, the correct result gets replaced with the earlier one.

An option for delay between requests would be useful. Also, only sending the request if the query changed could be a nice improvement. I can make a PR if needed.

@Trekky12
Copy link
Collaborator

Trekky12 commented Sep 1, 2022

Thank you for your comment. I support an option for a search delay.
It would be great when you make a pull request for this feature.

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

Successfully merging a pull request may close this issue.

2 participants