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

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

index 8627b448a9f5eaac891bf9a6cc122c68f60ad05e..b2821dc01742f5c0214910f20cc892fc61d85a51 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 %]"