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:
mkanat%bugzilla.org 2010-08-04 17:31:43 +00:00
parent d4d225a540
commit a7f6262f2f
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
7425
7426

View File

@ -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