Commit 72507fa0 authored by Frédéric Buclin's avatar Frédéric Buclin

Bug 583614: Simple Search no longer works

r/a=mkanat
parent d97f7db5
......@@ -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
......
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