Commit b2a90954 authored by mkanat%bugzilla.org's avatar mkanat%bugzilla.org

Bug 490562: QuickSearch "+" operator adds $qsword over and over for @subWords

Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
parent 3008e800
......@@ -240,7 +240,7 @@ sub quicksearch {
my @subWords = split(/[\|,]/, $baseWord);
if ($firstChar eq '+') {
foreach (@subWords) {
addChart('short_desc', 'substring', $qsword, $negate);
addChart('short_desc', 'substring', $_, $negate);
}
}
elsif ($firstChar eq '#') {
......
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