From: jocuri%softhome.net <> Date: Wed, 20 Oct 2004 03:02:43 +0000 (+0000) Subject: Patch for bug 199811: Implement UI for 'contains none of the strings' search operator... X-Git-Tag: bugzilla-2.19.1~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c9df7549e4823924bf9c79668c4e9fd5bdd6b1d4;p=thirdparty%2Fbugzilla.git Patch for bug 199811: Implement UI for 'contains none of the strings' search operator; patch by Marc Schumann , r=kiko, a=justdave. --- diff --git a/template/en/default/search/boolean-charts.html.tmpl b/template/en/default/search/boolean-charts.html.tmpl index 6887321f4e..8caeac6e8c 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" },