Add Timo's match patch

This commit is contained in:
Ron Pedde
2005-02-28 20:28:44 +00:00
parent 9ebe74c9fd
commit cde5f4c917
4 changed files with 58 additions and 4 deletions

View File

@@ -28,13 +28,15 @@
# Date (date)
#
# Valid operators include:
# is, includes (string)
# is, includes (string), matches (string)
# >, <, <=, >=, = (int)
# after, before (date)
#
# the "is" operator must exactly match the tag,
# while the "includes" operator matches a substring.
# Both matches are case-insensitive
# the "is" operator must exactly match the tag, while
# the "includes" operator matches a substring and
# "matches" operator makes trivial wildcard match using
# "?" and "*" as wildcards for any character and any
# string accordingly. All matches are case-insensitive.
#
# Valid operands include:
# "string value" (string)