summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Search
diff options
context:
space:
mode:
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",