Commit 96235373 authored by myk%mozilla.org's avatar myk%mozilla.org

Fix for bug 150804: makes "allwords" the default when searching for keywords.

2xr=bbaetz
parent a2048c12
......@@ -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 %]"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment