If user is browsing page 2 of the results of a query and then decides to add a facet filter, the new query loads at page 2 as well, which can result in empty results if the new results set only has one page. We should think in which occasions the page number should be reset to 1 (and do it!). I imagine this should be every time the set of results is changed because of filters or other query parameters.
If user is browsing page 2 of the results of a query and then decides to add a facet filter, the new query loads at page 2 as well, which can result in empty results if the new results set only has one page. We should think in which occasions the page number should be reset to 1 (and do it!). I imagine this should be every time the set of results is changed because of filters or other query parameters.