[go: up one dir, main page]

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

Make search less laggy with large number of inputs #1707

Open
Josh-Cena opened this issue Jul 17, 2024 · 0 comments
Open

Make search less laggy with large number of inputs #1707

Josh-Cena opened this issue Jul 17, 2024 · 0 comments
Labels
enhancement New feature or request Search/filter UI/UX Related to frontend layout

Comments

@Josh-Cena
Copy link
Member

Currently the search is laggy for the first few characters when there are a lot of seasons included. There are several solutions here:

  • Throw away the filter function in progress if more user interactions come in
  • Debounce the input event
  • After applying all filters except the search text, if there are more than 5000 results, refuse to apply the search text filter unless the search text has more than 5 characters

Experiment needed.

@Josh-Cena Josh-Cena added enhancement New feature or request UI/UX Related to frontend layout Search/filter labels Jul 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Search/filter UI/UX Related to frontend layout
Projects
None yet
Development

No branches or pull requests

1 participant