From 7f85d8e57d72ce68752cbf78bc633f00ee8da29a Mon Sep 17 00:00:00 2001 From: Max Kanat-Alexander Date: Sun, 7 Feb 2010 15:35:30 -0800 Subject: Bug 518293: Improve and Simplify the QuickSearch Documentation r=LpSolit, a=LpSolit --- .../en/default/pages/quicksearchhack.html.tmpl | 387 --------------------- 1 file changed, 387 deletions(-) delete mode 100644 template/en/default/pages/quicksearchhack.html.tmpl (limited to 'template/en/default/pages/quicksearchhack.html.tmpl') diff --git a/template/en/default/pages/quicksearchhack.html.tmpl b/template/en/default/pages/quicksearchhack.html.tmpl deleted file mode 100644 index 06f8c6dbd..000000000 --- a/template/en/default/pages/quicksearchhack.html.tmpl +++ /dev/null @@ -1,387 +0,0 @@ -[%# The contents of this file are subject to the Mozilla Public - # License Version 1.1 (the "License"); you may not use this file - # except in compliance with the License. You may obtain a copy of - # the License at http://www.mozilla.org/MPL/ - # - # Software distributed under the License is distributed on an "AS - # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or - # implied. See the License for the specific language governing - # rights and limitations under the License. - # - # The Original Code is the Bugzilla Bug Tracking System. - # - # Contributor(s): N.N. - # Marc Schumann - #%] - -[% PROCESS global/variables.none.tmpl %] - -[% INCLUDE global/header.html.tmpl - title = "$terms.Bugzilla QuickSearch (for Hackers)", - style = 'th {text-align: left}' - onload = 'document.forms[\'f\'].quicksearch.focus()' - %] - -

- Type in one or more words (or word fragments) to search for: -

- -
- - - -
- -

- This is a case-insensitive “all words as substrings” search; - words are separated by spaces. - By default, the following fields are relevant: Summary, Keywords, - Product, Component, Status Whiteboard. - If a word looks like a part of a URL, that field is included in the search, - too. -

-

- The generic format for a “word” is - field1,…,fieldN:value1,…,valueM. - A [% terms.bug %] qualifies if at least one of the values occurs as a - substring in at least one of the fields. - For example, assignee,reporter,qa:ibm,sun will give you - [%+ terms.bugs %] where the assignee, reporter, or qa contact has a login - that contains ibm or sun. - If only value1,…,valueM is given, the prefix (roughly) defaults to - summary,keywords,product,component,statuswhiteboard: as noted above. - You can use -word to express the logical negation of - word. -

-

- Here is a complete listing of available fields (the Shortcut column is just - for access speed): -

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Searched by defaultShortcutField NameAliasesDescription
  - UNCO,NEW,…,CLOS,
FIX,DUP,…(as first word)
-
status  - Status - (“bug_status”) -
 resolution Resolution
 as-isplatform  - Platform - (“rep_platform”) -
  osopsys - OS - (“op_sys”) -
 p1,p2 or p1-2prioritypriPriority
 blo,cri,…,enhseveritysev - Severity - (“bug_severity”) -
 @assigneeassignedtoassignee - Assignee - (“assigned_to”) -
  reporterrepReporter (login)
  qaqacontactQA Contact (login) (“qa_contact”)
  cc CC (login)
yes:areaproductprodProduct (enum)
yescomponentcompComponent
  versionverVersion (enum)
  milestonetarget, targetmilestoneTarget Milestone (“target_milestone”)
yes summaryshortdesc - [% terms.Bug %] Summary (short text) - (“short_desc”) -
  descriptiondesc, longdesc[% terms.Bug %] Description / Comments (long text)
depends url URL (“bug_file_loc”)
yes statuswhiteboardsw, whiteboardStatus Whiteboard (“status_whiteboard”)
yes!keywordkeywordskwKeywords
  group Group
 flag?requesteeflag Flag name and status (+, - or ?)
 requesteereqFlag requestee (login)
  settersetFlag setter (login)
  attachmentdescattachdesc - Attachment Description - (“attachments.description”) -
  attachmentdataattachdataAttachment Data (“attach_data.thedata”)
  attachmentmimetypeattachmimetypeAttachment mime-type (“attachments.mimetype”)
  votes  - Number of votes
- (votes:N and votes>=N mean "at least N votes", - votes>N means "more than N votes") -
- -

- Examples for some useful abbreviations: -

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SyntaxSemantics and Examples
:areaproduct,component:area
sevseverity:sev
blo,cri,majsevere [% terms.bugs %]
enhenhancement requests
plevelpriority:level
p1very high-priority [% terms.bugs %]
p1-2high-priority [% terms.bugs %]
@assigneeassignedto:assignee
!keywordkeywords:keyword
flag?requesteeflag:flag? requestee:requestee
- -

- More information can be found in the - “Features” - section on the introductory page. -

- -[% PROCESS global/footer.html.tmpl %] -- cgit v1.2.3-24-g4f1b