From 8908727d0951697f28d048c0583a48a241943722 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Sun, 17 Mar 2024 14:22:49 +0100 Subject: [PATCH] Document taht filtering happens on multiple fields --- content/docs/rules.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/rules.md b/content/docs/rules.md index 2b8d902..8fd4e52 100644 --- a/content/docs/rules.md +++ b/content/docs/rules.md @@ -15,7 +15,7 @@ Miniflux has a basic filtering system that allows you to ignore or keep articles ### Block Rules -Block rules ignore articles with a title that match the regex ([RE2 syntax](https://golang.org/s/re2syntax)). +Block rules ignore articles with a title, an url, a tag or an author that match the regex ([RE2 syntax](https://golang.org/s/re2syntax)). For example, the regex `(?i)miniflux` will ignore all articles with a title that contains the word Miniflux (case insensitive).