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

Support archive

Search

ccomer 24 Mar 2016 18:08 question, complete

I have a low search form that is setup in the sidebar of a page. This search form is also available on the results page, but it is not showing the options that were selected from the search performed. For example one of the fields is a results limit dropdown, where the default is 10 results. If the user changes the limit dropdown to 25, I'd like to show that on the results. I believe this can be done with low search parameters but I am having some trouble figuring it out. Can I please get an example of how this should work if it is possible?

Replies

  1. Low 25 Mar 2016 08:36

    Make sure the Form tag has a query="" parameter that points to the encoded query in the URI. Then use variables as explained here to output the parameter values, or use them in conditionals.

    Here's an example using the limit-parameter: http://gotolow.com/addons/low-search/...

  2. ccomer 28 Mar 2016 14:08

    I've got it working now, turns out my problem was just a syntax error. Thanks for the quick response.