Sorting results then clicking on page 2 loses the sort order
-
When I search for something, then order (eg by date) it produces this URL:
?s=test&fq=&sort=date&order=ascWhen I click the page 2 link at the bottom it loses the sort order, eg:
?s=test&offset=10&count=10This is obviously a problem because it’s no longer the second page of the same results.
The link for the pagination is set in solr-for-wordpress.php on line 806, so I can’t fix it just in the template.
- The topic ‘Sorting results then clicking on page 2 loses the sort order’ is closed to new replies.