From: bbaetz%student.usyd.edu.au <> Date: Tue, 12 Nov 2002 10:07:46 +0000 (+0000) Subject: Bug 179302 - 'anyexact' isn't an option for boolean charts X-Git-Tag: bugzilla-2.17.2~63 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=12fe167345d28b3f75808bb74bc3010739fa6623;p=thirdparty%2Fbugzilla.git Bug 179302 - 'anyexact' isn't an option for boolean charts r=joel, a=justdave --- diff --git a/template/en/default/search/boolean-charts.html.tmpl b/template/en/default/search/boolean-charts.html.tmpl index 6c5ddb7c01..30116761fc 100644 --- a/template/en/default/search/boolean-charts.html.tmpl +++ b/template/en/default/search/boolean-charts.html.tmpl @@ -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" },