Update page 'Filtering'
parent
8c650e3ef6
commit
efcfe76f7d
|
@ -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 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
|
## 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`
|
### `mode`
|
||||||
Either `accept` or `reject`. Accepting rules will allow any items that match the filter whereas rejecting rules will block any items that match.
|
Either `accept` or `reject`. Accepting rules will allow any items that match the filter whereas rejecting rules will block any items that match.
|
||||||
|
|
Loading…
Reference in New Issue