Pagination is not keeping filter results
I have an advance search form on a page that works on the initial search but once you get to the search page and click on one of the pagination links any filtering is gone and all the items are listed.
Example on the web
http://subsaharanafricanpeoples.imb.o...
Thanks
Replies
Low 29 Aug 2013 15:56
What's your pagination code? You can use http://pastie.org for larger chunks of code.
Aaron Krug 29 Aug 2013 16:36
Here is the code
http://pastie.org/private/xdty8kdswv8...
Low 29 Aug 2013 16:42
Try adding {low_search_query_string} after the {pagination_url} vars, so the pagination links look like this:
Low Search does try and add the query string to the pagination URLs automatically, but when it cannot, using this method should always work.
Aaron Krug 29 Aug 2013 16:59
Thanks that worked.
Paul Larson 27 Nov 2019 22:56
Saved me, too. =)