All Low add-ons are now owned by EEHarbor. Read the blog post.

Support archive

Pagination is not keeping filter results

Aaron Krug 29 Aug 2013 15:46 problem, complete

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

  1. Low 29 Aug 2013 15:56

    What's your pagination code? You can use http://pastie.org for larger chunks of code.

  2. Aaron Krug 29 Aug 2013 16:36

    Here is the code

    http://pastie.org/private/xdty8kdswv8...

  3. Low 29 Aug 2013 16:42

    Try adding {low_search_query_string} after the {pagination_url} vars, so the pagination links look like this:

    <a href="{pagination_url}{low_search_query_string}">


    Low Search does try and add the query string to the pagination URLs automatically, but when it cannot, using this method should always work.

  4. Aaron Krug 29 Aug 2013 16:59

    Thanks that worked.

  5. Paul Larson 27 Nov 2019 22:56

    Saved me, too. =)