Summary
When a user both searches by name and selects a sort option, both params should be reflected in the URL simultaneously and both should be sent in the API request. An integration test should confirm neither param overwrites the other when both are set.
Scope
- Type a search term into the search input
- Select a sort option from the dropdown
- Assert the URL contains both
search= and sort= params
- Assert the API is called with both params in the same request
- Clear the search input and assert
sort= remains in the URL
Acceptance Criteria
ETA: 12 hours
Coordinate on Telegram
Summary
When a user both searches by name and selects a sort option, both params should be reflected in the URL simultaneously and both should be sent in the API request. An integration test should confirm neither param overwrites the other when both are set.
Scope
search=andsort=paramssort=remains in the URLAcceptance Criteria
searchandsortparams present in URL when both are setsearchbut preservessortETA: 12 hours
Coordinate on Telegram