From c9df7549e4823924bf9c79668c4e9fd5bdd6b1d4 Mon Sep 17 00:00:00 2001 From: "jocuri%softhome.net" <> Date: Wed, 20 Oct 2004 03:02:43 +0000 Subject: Patch for bug 199811: Implement UI for 'contains none of the strings' search operator; patch by Marc Schumann , r=kiko, a=justdave. --- template/en/default/search/boolean-charts.html.tmpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'template/en/default/search/boolean-charts.html.tmpl') diff --git a/template/en/default/search/boolean-charts.html.tmpl b/template/en/default/search/boolean-charts.html.tmpl index 6887321f4..8caeac6e8 100644 --- a/template/en/default/search/boolean-charts.html.tmpl +++ b/template/en/default/search/boolean-charts.html.tmpl @@ -27,8 +27,9 @@ { name => "substring", description => "contains the string" }, { name => "casesubstring", description => "contains the string (exact case)" }, { name => "notsubstring", description => "does not contain the string" }, - { name => "allwordssubstr", description => "contains all of the strings" }, { name => "anywordssubstr", description => "contains any of the strings" }, + { name => "allwordssubstr", description => "contains all of the strings" }, + { name => "nowordssubstr", description => "contains none of the strings" }, { name => "regexp", description => "contains regexp" }, { name => "notregexp", description => "does not contain regexp" }, { name => "lessthan", description => "is less than" }, -- cgit v1.2.3-24-g4f1b