loose_ends not working
I've run into a bit of a problem. loose_ends doesn't seem to working. I'm sure I'm doing something wrong.
animal doesn't return the entry "Animals".
form:
{exp:low_search:form result_page="{segment_1}/gallery_search" loose_ends="both"}
Search.
{/exp:low_search:form}
results:
{exp:low_search:results query="{segment_3}" limit="10"}
{if count == 1}
- {/if}
- {title}
{if count == total_results}
{if no_results}No search results{/if}
{/exp:low_search:results}
query:
eyJyZXN1bHRfcGFnZSI6ImN1c3RvbVwvZ2FsbGVyeV9zZWFyY2giLCJrZXl3b3JkcyI6ImFuaW1hbCIsImNoYW5uZWwiOiJlbGVtZW50cyJ9
Thanks for your help.
Replies
Low 6 Jun 2014 20:45
What is your Default Search Mode in the settings? If it's 'Auto', try setting it to 'All' instead. The loose_ends param is ignored when using the Auto search mode.
srevoal 6 Jun 2014 21:04
the default is all.
Low 6 Jun 2014 21:17
Ah, setting filter parameters to the Form tag doesn't do anything in LS 3. Either set it to the Results tag or use a hidden input field in the Form.
srevoal 9 Jun 2014 16:18
That did the trick. Thank you! Cheers!