Update page 'Filtering'

Shadowfacts 2019-11-02 03:00:23 +00:00
parent 8c650e3ef6
commit efcfe76f7d
1 changed files with 1 additions and 1 deletions

@ -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.