summaryrefslogtreecommitdiffstats
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
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
-rw-r--r--Bugzilla/Search/Quicksearch.pm1
-rw-r--r--template/en/default/pages/quicksearchhack.html.tmpl7
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>&nbsp;</td>
+ <td>&nbsp;</td>
+ <td><tt>group</tt></td>
+ <td>&nbsp;</td>
+ <td>Group <i>("bug_group")</i></td>
+</tr>
<!-- Attachments -->