Bug 583614: Simple Search no longer works
r/a=mkanat git-svn-id: svn://10.0.0.236/trunk@260968 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
d4d225a540
commit
a7f6262f2f
@ -1 +1 @@
|
||||
7425
|
||||
7426
|
||||
@ -1209,7 +1209,7 @@ sub _parse_basic_fields {
|
||||
my @values = $self->_param_array($param_name);
|
||||
next if !@values;
|
||||
my $operator = $params->{"${param_name}_type"} || 'anyexact';
|
||||
$operator = 'matches' if $operator eq 'content';
|
||||
$operator = 'matches' if $param_name eq 'content';
|
||||
# Fields that are displayed as multi-selects are passed as arrays,
|
||||
# so that they can properly search values that contain commas.
|
||||
# However, other fields are sent as strings, so that they are properly
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user