]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Fix for bug 150804: makes "allwords" the default when searching for keywords.
authormyk%mozilla.org <>
Tue, 9 Jul 2002 07:48:25 +0000 (07:48 +0000)
committermyk%mozilla.org <>
Tue, 9 Jul 2002 07:48:25 +0000 (07:48 +0000)
2xr=bbaetz

template/en/default/search/form.html.tmpl

index 6de37286f21c20c63f13ec8c6bc04de2219db27b..5d3251a960a20b82892cde13fe258915072b8d19 100644 (file)
@@ -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 %]"