diff options
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/search/form.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/search/form.html.tmpl b/template/en/default/search/form.html.tmpl index ec0d2a90b..2e2ae73d6 100644 --- a/template/en/default/search/form.html.tmpl +++ b/template/en/default/search/form.html.tmpl @@ -301,7 +301,7 @@ function doOnSelectProduct(selectmode) { <td> [% INCLUDE "search/type-select.html.tmpl" name = "keywords_type", - types = ['allwords', 'anywords', 'nowords'], + types = ['allwords', 'anywords', 'nowords', 'regexp', 'notregexp'], selected = default.keywords_type.0 %] </td> <td> |