summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfox <[email protected]>2019-02-26 05:43:18 +0000
committerfox <[email protected]>2019-02-26 05:43:18 +0000
commit9e9c28955d6a36381ee806f74237a887c8771393 (patch)
tree3b7315a80d4cab3cb7947a5f4787eaa4f6211406
parent2b799b3e030302e61e00aa287731670b31f7d715 (diff)
Update page 'ContentFilters'
-rw-r--r--ContentFilters.md8
1 files changed, 3 insertions, 5 deletions
diff --git a/ContentFilters.md b/ContentFilters.md
index bb5797c..942c3a8 100644
--- a/ContentFilters.md
+++ b/ContentFilters.md
@@ -22,13 +22,11 @@ rules and actions. Each expression may have inverse flag set, which
inverts matching result. On top of that, filter may also have an inverse
flag, which inverts the final matching.
-Filter object may be configured to successfully match when either one or
+- Filter object may be configured to successfully match when either one or
all rules match.
-
-Regular expressions may be matched against several article fields, such
+- Regular expressions may be matched against several article fields, such
as, title, content, author, etc.
-
-Do not include delimiters (e.g. <code>/</code>) when writing regular
+- Do not include delimiters (e.g. <code>/</code>) when writing regular
expressions.
### Matching articles and applying actions