summaryrefslogtreecommitdiff
path: root/ContentFilters.md
diff options
context:
space:
mode:
authorfox <[email protected]>2019-02-26 05:41:32 +0000
committerfox <[email protected]>2019-02-26 05:41:32 +0000
commit08bc87187a5bd612c82522c853eac35347a836c4 (patch)
treecfedc445063ec99452d5b0dd5ae11c2d6fa8e5a8 /ContentFilters.md
parent8c1aae6285323ecc2eeab7c05770c9a4772340cf (diff)
Update page 'ContentFilters'
Diffstat (limited to 'ContentFilters.md')
-rw-r--r--ContentFilters.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/ContentFilters.md b/ContentFilters.md
index 6414cf3..38e4a27 100644
--- a/ContentFilters.md
+++ b/ContentFilters.md
@@ -52,9 +52,8 @@ actually delete anything from the database
3. ``Set starred`` - sets article starred automatically on import
4. ``Assign tags`` - assigns custom tags on import
5. ``Publish article`` - sets article published automatically on import
-6. ``[Modify score](wiki/Scoring)`` - modifies article overall score based on
-the parameter, a signed integer number. Final article score is calculated after all filters had been applied and is a sum of all
-matched scoring actions. I.e. if 3 actions matched the article: -5, +5, +10 the overall score will be 10.
+6. ``Modify score`` ([Scoring](wiki/Scoring)) - modifies article overall score based on
+the parameter, a signed integer number. Final article score is calculated after all filters had been applied and is a sum of all matched scoring actions.
7. ``Assign label`` - assigns specified label to the article on import
8. ``Stop / Do nothing`` - stops further filter processing for this article, no following filters will be checked nor rules applied.