1
[%# The contents of this file are subject to the Mozilla Public
2
# License Version 1.1 (the "License"); you may not use this file
3
# except in compliance with the License. You may obtain a copy of
4
# the License at http://www.mozilla.org/MPL/
6
# Software distributed under the License is distributed on an "AS
7
# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
8
# implied. See the License for the specific language governing
9
# rights and limitations under the License.
11
# The Original Code is the Bugzilla Bug Tracking System.
13
# Contributor(s): N.N.
14
# Marc Schumann <wurblzap@gmail.com>
17
[% PROCESS global/variables.none.tmpl %]
19
[% INCLUDE global/header.html.tmpl
20
title = "$terms.Bugzilla QuickSearch (for Hackers)",
21
style = 'th {text-align: left}'
22
onload = 'document.forms[\'f\'].quicksearch.focus()'
26
Type in one or more words (or word fragments) to search for:
29
<form name="f" action="buglist.cgi" method="get"
30
onsubmit="if (this.quicksearch.value == '')
31
{ alert('Please enter one or more search terms first.');
32
return false; } return true;">
33
<input type="text" size="40" name="quicksearch">
34
<input type="submit" value="Find" id="find">
35
<input type="submit" name="load" value="Load Search Form" id="load">
39
This is a case-insensitive “all words as substrings” search;
40
words are separated by spaces.
41
By default, the following fields are relevant: Summary, Keywords,
42
Product, Component, Status Whiteboard.
43
If a word looks like a part of a URL, that field is included in the search,
47
The generic format for a “word” is
48
<tt>field1,…,fieldN:value1,…,valueM</tt>.
49
A [% terms.bug %] qualifies if at least one of the values occurs as a
50
substring in at least one of the fields.
51
For example, <tt>assignee,reporter,qa:ibm,sun</tt> will give you
52
[%+ terms.bugs %] where the assignee, reporter, or qa contact has a login
53
that contains <tt>ibm</tt> or <tt>sun</tt>.
54
If only <tt>value1,…,valueM</tt> is given, the prefix (roughly) defaults to
55
<tt>summary,keywords,product,component,statuswhiteboard:</tt> as noted above.
56
You can use <tt>-<i>word</i></tt> to express the logical negation of
60
Here is a complete listing of available fields (the Shortcut column is just
67
<th>Searched by default</th>
75
<!-- Status, Resolution, Platform, OS, Priority, Severity -->
80
<tt>UNCO,NEW,…,CLOS,<br>FIX,DUP,…<i>(as first word)</i></tt>
82
<td><tt>status</tt></td>
85
<a href="page.cgi?id=fields.html#status">Status</a>
86
<i>(“bug_status”)</i>
91
<td><tt>resolution</tt></td>
93
<td><a href="page.cgi?id=fields.html#resolution">Resolution</a></td>
98
<td><tt>platform</tt></td>
101
<a href="page.cgi?id=fields.html#rep_platform">Platform</a>
102
<i>(“rep_platform”)</i>
109
<td><tt>opsys</tt></td>
111
<a href="page.cgi?id=fields.html#op_sys">OS</a>
112
<i>(“op_sys”)</i>
117
<td><tt>p1,p2</tt> <i>or</i> <tt>p1-2</tt></td>
118
<td><tt>priority</tt></td>
119
<td><tt>pri</tt></td>
120
<td><a href="page.cgi?id=fields.html#priority">Priority</a></td>
124
<td><tt>blo,cri,…,enh</tt></td>
125
<td><tt>severity</tt></td>
126
<td><tt>sev</tt></td>
128
<a href="page.cgi?id=fields.html#bug_severity">Severity</a>
129
<i>(“bug_severity”)</i>
133
<!-- People: AssignedTo, Reporter, QA Contact, CC, Added comment -->
134
<!-- Added comment is missing!!!! -->
138
<td><b>@</b><i>assignee</i></td>
139
<td><tt>assignedto</tt></td>
140
<td><tt>assignee</tt></td>
142
<a href="page.cgi?id=fields.html#assigned_to">Assignee</a>
143
<i>(“assigned_to”)</i>
149
<td><tt>reporter</tt></td>
150
<td><tt>rep</tt></td>
151
<td>Reporter (login)</td>
157
<td><tt>qacontact</tt></td>
158
<td>QA Contact (login) <i>(“qa_contact”)</i></td>
168
<!-- Product, Version, Component, Target Milestone -->
172
<td rowspan="2"><b>:</b><i>area</i></td>
173
<td><tt>product</tt></td>
174
<td><tt>prod</tt></td>
175
<td>Product (enum)</td>
179
<td><tt>component</tt></td>
180
<td><tt>comp</tt></td>
181
<td><a href="describecomponents.cgi">Component</a></td>
186
<td><tt>version</tt></td>
187
<td><tt>ver</tt></td>
188
<td>Version (enum)</td>
193
<td><tt>milestone</tt></td>
194
<td><tt>target, targetmilestone</tt></td>
195
<td>Target Milestone <i>(“target_milestone”)</i></td>
198
<!-- Summary, Description, URL, Status whiteboard, Keywords -->
203
<td><tt>summary</tt></td>
204
<td><tt>shortdesc</tt></td>
206
[% terms.Bug %] Summary (short text)
207
<i>(“short_desc”)</i>
213
<td><tt>description</tt></td>
214
<td><tt>desc, longdesc<!--, comment--></tt></td>
215
<!-- reserve "comment" for "added comment" login search?! -->
216
<td>[% terms.Bug %] Description / Comments (long text)</td>
219
<td><i>depends</i></td>
221
<td><tt>url</tt></td>
223
<td>URL <i>(“bug_file_loc”)</i></td>
228
<td><tt>statuswhiteboard</tt></td>
229
<td><tt>sw, whiteboard</tt></td>
230
<td>Status Whiteboard <i>(“status_whiteboard”)</i></td>
234
<td><b>!</b><i>keyword</i></td>
235
<td><tt>keywords</tt></td>
237
<td><a href="describekeywords.cgi">Keywords</a></td>
242
<td><tt>group</tt></td>
251
<td rowspan="2"><i>flag</i><b>?</b><i>requestee</i></td>
252
<td><tt>flag</tt></td>
254
<td>Flag name and status (+, - or ?)</td>
258
<td><tt>requestee</tt></td>
259
<td><tt>req</tt></td>
260
<td>Flag requestee (login)</td>
265
<td><tt>setter</tt></td>
266
<td><tt>set</tt></td>
267
<td>Flag setter (login)</td>
275
<td><tt>attachmentdesc</tt></td>
276
<td><tt>attachdesc</tt></td>
278
Attachment Description
279
<i>(“attachments.description”)</i>
285
<td><tt>attachmentdata</tt></td>
286
<td><tt>attachdata</tt></td>
287
<td>Attachment Data <i>(“attach_data.thedata”)</i></td>
292
<td><tt>attachmentmimetype</tt></td>
293
<td><tt>attachmimetype</tt></td>
294
<td>Attachment mime-type <i>(“attachments.mimetype”)</i></td>
299
<td><tt>votes</tt></td>
303
(votes:<i>N</i> and votes>=<i>N</i> mean "at least N votes",
304
votes><i>N</i> means "more than N votes")
310
Examples for some useful abbreviations:
316
<th>Semantics and Examples</th>
322
<td><i>STAT</i> <i>(as first word)</i></td>
323
<td><b>status,resolution:</b> <i>STAT</i></td>
330
<td><tt>ALL</tt> <i>(as first word)</i></td>
331
<td><i>include all resolved [% terms.bugs %] in your search</i></td>
334
<td><tt>+DUP,FIXED</tt> <i>(as first word)</i></td>
335
<td><i>include DUPLICATE and FIXED [% terms.bugs %] in your search</i></td>
340
<td><b>:</b><i>area</i></td>
341
<td><b>product,component:</b><i>area</i></td>
345
<td><b>severity:</b><i>sev</i></td>
348
<td><tt>blo,cri,maj</tt></td>
349
<td><i>severe [% terms.bugs %]</i></td>
352
<td><tt>enh</tt></td>
353
<td><i>enhancement requests</i></td>
356
<td><b>p</b><i>level</i></td>
357
<td><b>priority:</b><i>level</i></td>
361
<td><i>very high-priority [% terms.bugs %]</i></td>
364
<td><tt>p1-2</tt></td>
365
<td><i>high-priority [% terms.bugs %]</i></td>
368
<td><b>@</b><i>assignee</i></td>
369
<td><b>assignedto:</b><i>assignee</i></td>
372
<td><b>!</b><i>keyword</i></td>
373
<td><b>keywords:</b><i>keyword</i></td>
376
<td><i>flag</i><b>?</b><i>requestee</i></td>
377
<td><b>flag:</b><i>flag?</i> <b>requestee:</b><i>requestee</i></td>
382
More information can be found in the
383
<a href="page.cgi?id=quicksearch.html#features">“Features”</a>
384
section on the <a href="page.cgi?id=quicksearch.html">introductory page</a>.
387
[% PROCESS global/footer.html.tmpl %]