How to display select options in results?
Hi,
Ho can I display the selected dropdown options from the search form in my search results? The keywords tag works fine for keywords but doesn't seem to include my select options.
Hi,
Ho can I display the selected dropdown options from the search form in my search results? The keywords tag works fine for keywords but doesn't seem to include my select options.
Replies
Low 7 Aug 2012 20:36
Other search parameters as defined in your search form, are currently only available in the low_search:form tag if the query="" parameter given, not in the low_search:entries tag. There has already been a feature request to add these to the Entries tag, and that's certainly something that's in the planning.
makason 7 Aug 2012 22:45
Thanks. I guess I store the cats in session vars and pull them in the result page... Great module though... like all of your mods
Jeremy Timms 7 Feb 2014 10:41
Low,
Was this ever added? I want to display the value of the selected 'county' chosen in a heading tag on the results page.
Example: Here are your search results for Kent
From this select: http://pastie.org/8708190
Works great for keywords on another search I have, so simular to:
{exp:low_search:keywords query="{segment_3}"}
Any ideas please?
Low 7 Feb 2014 10:47
Sure, you can use {low_search_search:member_county} to output the value in both the Form tag and the Results tag in the latest Low Search.
Jeremy Timms 7 Feb 2014 11:28
Oh yeah ;) Sorry to bother....