Skip to content

Commit

Permalink
Document taht filtering happens on multiple fields
Browse files Browse the repository at this point in the history
  • Loading branch information
jvoisin authored and fguillot committed Mar 17, 2024
1 parent 226864c commit 8908727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/docs/rules.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down

0 comments on commit 8908727

Please sign in to comment.