diff options
-rw-r--r-- | Bugzilla/Search/Quicksearch.pm | 1 | ||||
-rw-r--r-- | template/en/default/pages/quicksearchhack.html.tmpl | 7 |
2 files changed, 8 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", diff --git a/template/en/default/pages/quicksearchhack.html.tmpl b/template/en/default/pages/quicksearchhack.html.tmpl index 47a0eacd3..45b1de07b 100644 --- a/template/en/default/pages/quicksearchhack.html.tmpl +++ b/template/en/default/pages/quicksearchhack.html.tmpl @@ -237,6 +237,13 @@ <td><tt>kw</tt></td> <td><a href="describekeywords.cgi">Keywords</a></td> </tr> +<tr> + <td> </td> + <td> </td> + <td><tt>group</tt></td> + <td> </td> + <td>Group <i>("bug_group")</i></td> +</tr> <!-- Attachments --> |