Excluding channels from search
Hey there,
I'm using filters to filter by channel, but I also have a couple channels I never want to show up in the results. When I include channel="not channel_name" in the {exp:low_search:results} tag, it overrides the filters I have applied to the search. Is there some way to universally prevent some channels from being searched without affecting filtering by channels?
Thanks!
Replies
Low 24 May 2018 07:05
You could set a default parameter like this:
default:channel="not channel_name"
, which will not override the value given in a search form.Kevin Beick 24 May 2018 16:41
Excellent! Thanks