From 12fe167345d28b3f75808bb74bc3010739fa6623 Mon Sep 17 00:00:00 2001 From: "bbaetz%student.usyd.edu.au" <> Date: Tue, 12 Nov 2002 10:07:46 +0000 Subject: Bug 179302 - 'anyexact' isn't an option for boolean charts r=joel, a=justdave --- template/en/default/search/boolean-charts.html.tmpl | 1 + 1 file changed, 1 insertion(+) (limited to 'template') diff --git a/template/en/default/search/boolean-charts.html.tmpl b/template/en/default/search/boolean-charts.html.tmpl index 6c5ddb7c0..30116761f 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" }, -- cgit v1.2.3-24-g4f1b