]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 179302 - 'anyexact' isn't an option for boolean charts
authorbbaetz%student.usyd.edu.au <>
Tue, 12 Nov 2002 10:07:46 +0000 (10:07 +0000)
committerbbaetz%student.usyd.edu.au <>
Tue, 12 Nov 2002 10:07:46 +0000 (10:07 +0000)
r=joel, a=justdave

template/en/default/search/boolean-charts.html.tmpl

index 6c5ddb7c01635c2a80a54b5ecbab98c658502b5c..30116761fcd1fc631f4936d87dbd65fdb7448896 100644 (file)
@@ -23,6 +23,7 @@
   { name => "noop", description => "---" },
   { name => "equals", description => "is equal to" },
   { name => "notequals", description => "is not equal to" },
+  { name => "anyexact", description => "is equal to any of the strings" },
   { name => "substring", description => "contains the string" },
   { name => "casesubstring", description => "contains the string (exact case)" },
   { name => "notsubstring", description => "does not contain the string" },