summaryrefslogtreecommitdiff
path: root/ContentFilters.md
diff options
context:
space:
mode:
authorfox <[email protected]>2022-10-22 17:49:00 +0300
committerfox <[email protected]>2022-10-22 17:49:00 +0300
commit902e7bfc25ca0a98b96960d8deb7277571a4b005 (patch)
tree885b12774b09071623364d7adba620a4441da075 /ContentFilters.md
parent4361fb30b318d82ccc8155f470595c04a46abc63 (diff)
Update 'ContentFilters'
Diffstat (limited to 'ContentFilters.md')
-rw-r--r--ContentFilters.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/ContentFilters.md b/ContentFilters.md
index 2811411..86a09ed 100644
--- a/ContentFilters.md
+++ b/ContentFilters.md
@@ -62,3 +62,9 @@ if Delete article action has been found.
Filter test dialog may not give entirely accurate results, especially for complex filters. It is suggested to
test filters using ``Feed debugger`` if you feel that some filter is somehow misfiring on a specific feed.
+
+
+### FAQ
+
+Q: I'm trying to make a filter which works conditionally based on an action of a previous filter, and it doesn't work. What gives?
+A: It's a design limitation of a filter systems. All actions for an articles are applied together, once. [Click here](https://community.tt-rss.org/t/filter-on-labels/4195/2) for a detailed explanation. \ No newline at end of file