diff options
author | myk%mozilla.org <> | 2002-07-09 09:48:25 +0200 |
---|---|---|
committer | myk%mozilla.org <> | 2002-07-09 09:48:25 +0200 |
commit | 962353733fdb22a8d7c7edca882381d7ea2134d5 (patch) | |
tree | 5ce19b2be7aa2bfb378f3387da552015c718fdae | |
parent | a2048c1273b8247701443027cb8758dd56d7fd01 (diff) | |
download | bugzilla-962353733fdb22a8d7c7edca882381d7ea2134d5.tar.gz bugzilla-962353733fdb22a8d7c7edca882381d7ea2134d5.tar.xz |
Fix for bug 150804: makes "allwords" the default when searching for keywords.
2xr=bbaetz
-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 6de37286f..5d3251a96 100644 --- a/template/en/default/search/form.html.tmpl +++ b/template/en/default/search/form.html.tmpl @@ -430,8 +430,8 @@ function selectProduct(f) { <td> <select name="keywords_type"> [% FOREACH qv = [ - { name => "anywords", description => "contains any of the keywords" }, { name => "allwords", description => "contains all of the keywords" }, + { name => "anywords", description => "contains any of the keywords" }, { name => "nowords", description => "contains none of the keywords" } ] %] <option value="[% qv.name %]" |