From 91d9ad905e8e74a7284e3484ca995c97b1c146ce Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Sat, 5 Jan 2008 20:16:29 +0000 Subject: [PATCH] =?utf8?q?Bug=20405476:=20flag:review=3F=20not=20understoo?= =?utf8?q?d=20by=20QuickSearch=20-=20Patch=20by=20Fr=C3=83=C2=A9d=C3=83?= =?utf8?q?=C2=A9ric=20Buclin=20=20r=3Dwurblzap=20a=3DLp?= =?utf8?q?Solit?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- Bugzilla/Search/Quicksearch.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bugzilla/Search/Quicksearch.pm b/Bugzilla/Search/Quicksearch.pm index 26cd7e2c03..df54952d55 100644 --- a/Bugzilla/Search/Quicksearch.pm +++ b/Bugzilla/Search/Quicksearch.pm @@ -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 -- 2.47.3