From efcfe76f7d658d68eddc3c5c37814c24446d4cdb Mon Sep 17 00:00:00 2001 From: Shadowfacts Date: Sat, 2 Nov 2019 03:00:23 +0000 Subject: [PATCH] Update page 'Filtering' --- Filtering.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Filtering.md b/Filtering.md index 68cb096..02b1d81 100644 --- a/Filtering.md +++ b/Filtering.md @@ -1,7 +1,7 @@ Filters can be used in several places, either in a Filter Stage to directly filter items in feeds, or as conditions for a Conditional Stage to control whether or not another pipeline stage is applied to an item. ## Filters -A filter is a collection of [Rules](#rules) along with information about how they should collectively apply to an item. +A filter is a collection of [Rules](#rules-1) along with information about how they should collectively apply to an item. ### `mode` Either `accept` or `reject`. Accepting rules will allow any items that match the filter whereas rejecting rules will block any items that match.