You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: