Bug 405476: flag:review? not understood by QuickSearch - Patch by Fr��d��ric Buclin <LpSolit@gmail.com> r=wurblzap a=LpSolit

This commit is contained in:
lpsolit%gmail.com 2008-01-05 14:16:29 +00:00
Родитель 94be671d60
Коммит 23309cfa63
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -276,7 +276,7 @@ sub quicksearch {
# votes:xx ("at least xx votes")
addChart('votes', 'greaterthan', $1 - 1, $negate);
}
elsif ($or_operand =~ /^([^\?]+\?)([^\?]*)$/) {
elsif ($or_operand =~ /^(?:flag:)?([^\?]+\?)([^\?]*)$/) {
# Flag and requestee shortcut
addChart('flagtypes.name', 'substring', $1, $negate);
$chart++; $and = $or = 0; # Next chart for boolean AND