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

Support archive

Decode Low Search keywords

stevieg_83 19 Mar 2015 14:08 question, complete

Low, is it possible to decode and then output the search term outside of the results loop?

Replies

  1. Low 19 Mar 2015 14:10

    Yep: http://gotolow.com/addons/low-search/...

  2. stevieg_83 19 Mar 2015 14:15

    OK, so not going crazy.

    Any reason that wouldn't work? Here's the code https://gist.github.com/7b7240e2bd0dc...

  3. Low 19 Mar 2015 14:23

    What's the encoded query you're passing?

  4. stevieg_83 19 Mar 2015 14:27

    It's looking for entries where the state is 'FL'

    https://gist.github.com/57e95a6922820...

  5. Low 19 Mar 2015 14:30

    There isn't a keywords parameter there. You'll need the Param tag instead and target the 'search:church_state' parameter:

    {exp:low_search:param get="search:church_state" query="{segment_3}"}

  6. stevieg_83 19 Mar 2015 14:34

    Dang. Feeling stoopid. Peers beers required!

    Thanks man.