From b563c51151ed962673d52bd9834a03480efb34cb Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Sun, 23 Sep 2007 02:35:07 +0000 Subject: Bug 154484: Option "is not" missing for email address searches - Patch by timeless r=joel a=LpSolit --- template/en/default/search/form.html.tmpl | 1 + 1 file changed, 1 insertion(+) (limited to 'template') diff --git a/template/en/default/search/form.html.tmpl b/template/en/default/search/form.html.tmpl index 349160d15..e9f2ba676 100644 --- a/template/en/default/search/form.html.tmpl +++ b/template/en/default/search/form.html.tmpl @@ -513,6 +513,7 @@ function doOnSelectProduct(selectmode) { [% FOREACH qv = [ { name => "substring", description => "contains" }, { name => "exact", description => "is" }, + { name => "notequals", description => "is not" }, { name => "regexp", description => "matches regexp" }, { name => "notregexp", description => "doesn't match regexp" } ] %] -- cgit v1.2.3-24-g4f1b