mirror of
https://github.com/wallabag/wallabag.git
synced 2025-10-15 19:42:08 +00:00
Added notmatches operator for tagging rule
This commit is contained in:
parent
64f1d8f77a
commit
fdd725f58c
32 changed files with 125 additions and 48 deletions
|
@ -130,4 +130,5 @@ language La langue de l'article != Différ
|
|||
mimetype The type MIME de l'article OR Telle règle ou telle autre règle
|
||||
readingTime Le temps de lecture de l'article, en minutes AND Telle règle et telle règle
|
||||
domainName Le nom de domaine de l'article matches Contient telle chaîne de caractère (insensible à la casse). Exemple : title matches "football"
|
||||
notmaches Ne contient pas telle chaîne de caractère (insensible à la casse). Exemple : title notmatches "football"
|
||||
=========== ============================================== ========== ==========
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue