diff options
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/search/form.html.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
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" } ] %] |