Merge pull request #3047 from wallabag/add-notmatches-operator

Added notmatches operator for tagging rule
This commit is contained in:
Nicolas Lœuillet
2017-05-03 11:53:01 +02:00
committed by GitHub
32 changed files with 126 additions and 51 deletions

View File

@ -155,6 +155,7 @@ config:
or: 'One rule OR another'
and: 'One rule AND another'
matches: 'Tests that a <i>subject</i> is matches a <i>search</i> (case-insensitive).<br />Example: <code>title matches "football"</code>'
notmatches: 'Tests that a <i>subject</i> is not matches a <i>search</i> (case-insensitive).<br />Example: <code>title notmatches "football"</code>'
entry:
page_titles: