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 Low 19 Mar 2015 14:10 Yep: http://gotolow.com/addons/low-search/... 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... Low 19 Mar 2015 14:23 What's the encoded query you're passing? stevieg_83 19 Mar 2015 14:27 It's looking for entries where the state is 'FL' https://gist.github.com/57e95a6922820... 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}"} stevieg_83 19 Mar 2015 14:34 Dang. Feeling stoopid. Peers beers required! Thanks man.
Replies
Low 19 Mar 2015 14:10
Yep: http://gotolow.com/addons/low-search/...
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...
Low 19 Mar 2015 14:23
What's the encoded query you're passing?
stevieg_83 19 Mar 2015 14:27
It's looking for entries where the state is 'FL'
https://gist.github.com/57e95a6922820...
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:
stevieg_83 19 Mar 2015 14:34
Dang. Feeling stoopid. Peers beers required!
Thanks man.