Fix for bug 150804: makes "allwords" the default when searching for keywords.
2xr=bbaetz git-svn-id: svn://10.0.0.236/trunk@124791 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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 %]"
|
||||
|
||||
Reference in New Issue
Block a user