From c0f18c9d3dba1535c6fc943a92837ad4c453f8d2 Mon Sep 17 00:00:00 2001 From: RĂ©mi Zara Date: Sun, 7 Feb 2010 16:03:09 -0800 Subject: Bug 58731: Make the keywords regexp boolean charts work r=mkanat, a=mkanat --- template/en/default/search/form.html.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'template/en/default/search') 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) { [% INCLUDE "search/type-select.html.tmpl" name = "keywords_type", - types = ['allwords', 'anywords', 'nowords'], + types = ['allwords', 'anywords', 'nowords', 'regexp', 'notregexp'], selected = default.keywords_type.0 %] -- cgit v1.2.3-24-g4f1b