]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Patch for bug 199811: Implement UI for 'contains none of the strings' search operator...
authorjocuri%softhome.net <>
Wed, 20 Oct 2004 03:02:43 +0000 (03:02 +0000)
committerjocuri%softhome.net <>
Wed, 20 Oct 2004 03:02:43 +0000 (03:02 +0000)
template/en/default/search/boolean-charts.html.tmpl

index 6887321f4e410c8a6ea7f83082cb26ae8b5895b1..8caeac6e8c93e2465bdd4307dfc68ae9faf27152 100644 (file)
@@ -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" },