Commit 905e7009 authored by Max Kanat-Alexander's avatar Max Kanat-Alexander

Bug 575021: Make the anyexact operator in Search.pm properly trim its

input values r=mkanat, a=mkanat (module owner)
parent c0877b80
......@@ -2284,6 +2284,7 @@ sub _anyexact {
my @list;
foreach my $word (split(/,/, $value)) {
$word = trim($word);
if ($word eq "---" && $field eq 'resolution') {
$word = "";
}
......
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