diff --git a/mozilla/webtools/bugzilla/.bzrrev b/mozilla/webtools/bugzilla/.bzrrev index 3a9b2982e3f..f7bcd5b0505 100644 --- a/mozilla/webtools/bugzilla/.bzrrev +++ b/mozilla/webtools/bugzilla/.bzrrev @@ -1 +1 @@ -7425 \ No newline at end of file +7426 \ No newline at end of file diff --git a/mozilla/webtools/bugzilla/Bugzilla/Search.pm b/mozilla/webtools/bugzilla/Bugzilla/Search.pm index 3408c2d553f..7a6fe60f29e 100644 --- a/mozilla/webtools/bugzilla/Bugzilla/Search.pm +++ b/mozilla/webtools/bugzilla/Bugzilla/Search.pm @@ -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