-
Notifications
You must be signed in to change notification settings - Fork 296
Closed
Labels
DEV: frontendP1 - importantPriority: High impact on UXPriority: High impact on UXhelp wantedOpen source contributors welcomeOpen source contributors welcome
Description
Observed behavior
After performing a search in the Import search modal which produces more than 1 page of results, navigating to subsequent page(s) and then revising the search term with something that would produce less resources, causes the search to fail.

Expected behavior
When the user updates the search term, it should reset the pagination back to page 1.
User-facing consequences
Revising search terms to be more specific after browsing through at least one page should be a well supported feature
Errors and logs
Without resetting the page index, it passes it along to the backend which returns a 404 because the results are unlikely enough to fill up to that page 
Steps to reproduce the issue
- Open the Import search modal
- Search for a fairly basic term, e.g. 'dog'
- Navigate to page 2
- Revise the search term to 'dog drop'
- Observe the error
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
DEV: frontendP1 - importantPriority: High impact on UXPriority: High impact on UXhelp wantedOpen source contributors welcomeOpen source contributors welcome