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

Support archive

Category Exclude not working

Sandeep Singh 25 May 2017 10:12 problem, active

Hello
I am facing a problem in low search
when i am using category parameter < category=''not 1353" > then its not exclude this category listing from result
{exp:low_search:results
query="{freebie_6}"
keywords:match="title" keywords:mode="all" keywords:loose="both"
offset="{freebie_5}" category="not 1353"
limit="10" transcribe="disable" status="open"
channel="construction_reports"
}

Replies

  1. Low 25 May 2017 20:56

    That's probably the same behaviour as the native channel:entries tag. If you swap out the low_search:results tag for a channel:entries tag, do you get the same results?

  2. Sandeep Singh 26 May 2017 04:38

    In channel entry exclude category is working fine but in l low_search:results its not working

  3. Low 26 May 2017 07:28

    Well, that particular category parameter is handled by the native channel:entries tag, so it should work.

    Can you enable the template debugger and copy/paste all lines that mention Low Search here?