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

Support archive

loose_ends not working

srevoal 6 Jun 2014 20:04 question, complete

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}
  1. {title}

  2. {if count == total_results}
{/if}
{if no_results}No search results{/if}
{/exp:low_search:results}

query:

eyJyZXN1bHRfcGFnZSI6ImN1c3RvbVwvZ2FsbGVyeV9zZWFyY2giLCJrZXl3b3JkcyI6ImFuaW1hbCIsImNoYW5uZWwiOiJlbGVtZW50cyJ9

Thanks for your help.

Replies

  1. 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.

  2. srevoal 6 Jun 2014 21:04

    the default is all.

  3. 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.

  4. srevoal 9 Jun 2014 16:18

    That did the trick. Thank you! Cheers!