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

Support archive

Freebie query segment not working with low_search_keywords

Daniel Howells 28 Feb 2014 10:54 question, complete

This is really a Freebie issue so not your problem, but wondered if you had any insight into how I could fix it.

I have "search" as a breaking and invisible word in Freebie, so for results I simply us

{exp:low_search:results query="{freebie_4}" limit="15" category="13" collection="profiles"}

which works as expected. However

{low_search_keywords query="{freebie_4}"}

doesn't work: it returns nothing.

Any idea why this would be?

Replies

  1. Low 28 Feb 2014 10:58

    I think you're looking for the Keywords tag, not the variable:

    {exp:low_search:keywords query="{freebie_4}"}

  2. Daniel Howells 28 Feb 2014 11:00

    Ugh so sorry! Thanks.