From 5b2994b0ce4cf27709b3742a2b63a680464662a0 Mon Sep 17 00:00:00 2001 From: "cyeh%bluemartini.com" <> Date: Thu, 1 Mar 2001 07:07:24 +0000 Subject: fix for 69793: check in new files for QuickSearch patch contributed by franke@ags.uni-sb.de (Andreas Franke) Now add quicksearch functionality to the main index page. --- quicksearchhack.html | 350 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 350 insertions(+) create mode 100644 quicksearchhack.html (limited to 'quicksearchhack.html') diff --git a/quicksearchhack.html b/quicksearchhack.html new file mode 100644 index 000000000..f8c15bc5e --- /dev/null +++ b/quicksearchhack.html @@ -0,0 +1,350 @@ + + + Bugzilla QuickSearch (for Hackers) + + + + + + + +

Bugzilla QuickSearch (for Hackers)

+ +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 you enter only a single +word, the URL field is included in the search, too. +

+The generic format for a ``word'' is + field1,...,fieldN:value1,...,valueM . +A bug qualifies if at least one of the values occurs as a substring in +at least one of the fields. +For example,  owner,reporter,qa:ibm,sun  +will give you bugs where the owner, reporter, or qa contact +has an email address that contains + ibm  or  sun . +If only  value1,...,valueM  is given, +the prefix (roughly) defaults to  summary,keywords,product,component,statuswhiteboard:  as noted above. +

+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")
  osopsysOS ("op_sys")
 p1,p2 or p1-2prioritypriPriority
 blo,cri,...,enhseveritysevSeverity ("bug_severity")
 @ownerassignedtoassignee, ownerAssignee ("assigned_to")
  reporterrepReporter (email)
  qaqacontactQA Contact (email) ("qa_contact")
  cc CC (email)
yes:areaproductprodProduct (enum)
yescomponentcompComponent
  versionverVersion (enum)
  milestonetarget, targetmilestoneTarget Milestone ("target_milestone")
yes summaryshortdescBug Summary (short text)("short_desc")
  descriptiondesc, longdescBug Description / Comments (long text)
one-word queries only url URL ("bug_file_loc")
yes statuswhiteboardsw, whiteboardStatus Whiteboard ("status_whiteboard")
yes!keywordkeywordskwKeywords
  attachmentdescattachdescAttachment Description ("attachments.description")
  attachmentdataattachdataAttachment Data ("attachments.thedata")
  attachmentmimetypeattachmimetypeAttachment mime-type ("attachments.mimetype")
+ +

+Examples for some useful abbreviations: +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
SyntaxSemantics and Examples
:areaproduct,component:area
sevseverity:sev
blo,cri,majsevere bugs
enhenhancement requests
plevelpriority:level
p1very high-priority bugs
p1-2high-priority bugs
@ownerassignedto:owner
!keywordkeywords:keyword
+ +

+More information can be found in the +"Features" section +on the introductory page. + + + + -- cgit v1.2.3-24-g4f1b