From: lpsolit%gmail.com <> Date: Sat, 17 Mar 2007 01:42:23 +0000 (+0000) Subject: Bug 174085: Want to be able to query via group in quicksearch - Patch by Teemu Manner... X-Git-Tag: bugzilla-3.1.2~274 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=75608afda9bb02d965f7be22f385ddf9f888baea;p=thirdparty%2Fbugzilla.git Bug 174085: Want to be able to query via group in quicksearch - Patch by Teemu Mannermaa r/a=LpSolit --- diff --git a/Bugzilla/Search/Quicksearch.pm b/Bugzilla/Search/Quicksearch.pm index 4cb34eda89..a9111fe0c4 100644 --- a/Bugzilla/Search/Quicksearch.pm +++ b/Bugzilla/Search/Quicksearch.pm @@ -78,6 +78,7 @@ use constant MAPPINGS => { "sw" => "status_whiteboard", "keywords" => "keywords", # no change "kw" => "keywords", + "group" => "bug_group", # Attachments "attachment" => "attachments.description", "attachmentdesc" => "attachments.description", diff --git a/template/en/default/pages/quicksearchhack.html.tmpl b/template/en/default/pages/quicksearchhack.html.tmpl index 47a0eacd3b..45b1de07b0 100644 --- a/template/en/default/pages/quicksearchhack.html.tmpl +++ b/template/en/default/pages/quicksearchhack.html.tmpl @@ -237,6 +237,13 @@ kw Keywords + +   +   + group +   + Group ("bug_group") +