Index: mozilla/webtools/bugzilla/template/en/default/search/form.html.tmpl =================================================================== RCS file: /cvsroot/mozilla/webtools/bugzilla/template/en/default/search/form.html.tmpl,v retrieving revision 1.49 diff -up -r1.49 mozilla/webtools/bugzilla/template/en/default/search/form.html.tmpl --- mozilla/webtools/bugzilla/template/en/default/search/form.html.tmpl +++ mozilla/webtools/bugzilla/template/en/default/search/form.html.tmpl @@ -514,6 +514,7 @@ function doOnSelectProduct(selectmode) { [% FOREACH qv = [ { name => "substring", description => "contains" }, { name => "exact", description => "is" }, + { name => "notequal", description => "is not" }, { name => "regexp", description => "matches regexp" }, { name => "notregexp", description => "doesn't match regexp" } ] %]