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

SubmissionListComponent filter field should return results regardless of page size #17

Open
jhobz opened this issue Jan 26, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@jhobz
Copy link
Owner

jhobz commented Jan 26, 2019

One implementation of this could be to programmatically change the page size to 5000 (if not already) on keyup, but this would fire off a much larger request than actually necessary.

Another alternative is to have the filter be added as a query and fire off a request on keyup (respecting current page size setting). This would obviously need some amount of debouncing while the user is still typing. Drawback is obviously slower search.

@jhobz jhobz added the enhancement New feature or request label Jan 26, 2019
@jhobz jhobz changed the title SubmissionListComponent filter field should return results regardless of page size SubmissionListComponent filter field should return results regardless of page size Feb 10, 2019
@jhobz jhobz added this to the RPGLB 2020 milestone May 1, 2019
@jhobz jhobz removed this from the RPGLB 2020 milestone Jul 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant