Blocking Entries from Search Results
We have some entries that are part of a channel that is mostly public - but is it possible to "block" entries from the results if we want them hidden?
We have some entries that are part of a channel that is mostly public - but is it possible to "block" entries from the results if we want them hidden?
Replies
Low 4 Sep 2013 22:21
As long as those entries have something specific to target, then yes. You could use any of the native channel:entries parameters to exclude them. Just set the parameter on the Results tag. Something like status="not closed|private" or search:private_field="=yes" or entry_id="not 1|2|3".
CharlesLay 5 Sep 2013 03:07
Of course! The simple solution is always staring you in the face without knowing it. Thanks for the quick reply.