]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 174085: Want to be able to query via group in quicksearch - Patch by Teemu Manner...
authorlpsolit%gmail.com <>
Sat, 17 Mar 2007 01:42:23 +0000 (01:42 +0000)
committerlpsolit%gmail.com <>
Sat, 17 Mar 2007 01:42:23 +0000 (01:42 +0000)
Bugzilla/Search/Quicksearch.pm
template/en/default/pages/quicksearchhack.html.tmpl

index 4cb34eda8938857d6e3614f5c26d8c90b4a4ead3..a9111fe0c4e31b6d3e5a9bd5189ac67765163344 100644 (file)
@@ -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",
index 47a0eacd3b09465055f1030235a4f758330e4ee4..45b1de07b0de00d96322c67527bb6cd1e727c5f7 100644 (file)
   <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 -->