diff options
author | bbaetz%student.usyd.edu.au <> | 2002-11-12 10:07:46 +0000 |
---|---|---|
committer | bbaetz%student.usyd.edu.au <> | 2002-11-12 10:07:46 +0000 |
commit | 12fe167345d28b3f75808bb74bc3010739fa6623 (patch) | |
tree | 84ee71806ba9a4dafe68a253ffabb45c4535b980 /template/en | |
parent | e07c48f02f6d36bd6b9c5d8764ee88173f4e29d4 (diff) | |
download | bugs-12fe167345d28b3f75808bb74bc3010739fa6623.tar bugs-12fe167345d28b3f75808bb74bc3010739fa6623.tar.gz bugs-12fe167345d28b3f75808bb74bc3010739fa6623.tar.bz2 bugs-12fe167345d28b3f75808bb74bc3010739fa6623.tar.xz bugs-12fe167345d28b3f75808bb74bc3010739fa6623.zip |
Bug 179302 - 'anyexact' isn't an option for boolean charts
r=joel, a=justdave
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/search/boolean-charts.html.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
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" }, |