summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Search
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2007-03-17 02:42:23 +0100
committerlpsolit%gmail.com <>2007-03-17 02:42:23 +0100
commit75608afda9bb02d965f7be22f385ddf9f888baea (patch)
treefa4a7a724d6715599e53945095a9f09f12730543 /Bugzilla/Search
parentf8fd2befb9b33967beb35d8e86a57f0de9b326e5 (diff)
downloadbugzilla-75608afda9bb02d965f7be22f385ddf9f888baea.tar.gz
bugzilla-75608afda9bb02d965f7be22f385ddf9f888baea.tar.xz
Bug 174085: Want to be able to query via group in quicksearch - Patch by Teemu Mannermaa <wicked+bz@etlicon.fi> r/a=LpSolit
Diffstat (limited to 'Bugzilla/Search')
-rw-r--r--Bugzilla/Search/Quicksearch.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/Bugzilla/Search/Quicksearch.pm b/Bugzilla/Search/Quicksearch.pm
index 4cb34eda8..a9111fe0c 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",