From d7f381254270028c7d239463521005f576575151 Mon Sep 17 00:00:00 2001 From: "jake%acutex.net" <> Date: Sat, 19 Jan 2002 07:26:39 +0000 Subject: Latest version of compiled docs (picking up recent SGML changes). --- docs/html/quicksearch.html | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'docs/html/quicksearch.html') diff --git a/docs/html/quicksearch.html b/docs/html/quicksearch.html index 43ae5c20b..4908e55d4 100644 --- a/docs/html/quicksearch.html +++ b/docs/html/quicksearch.html @@ -19,7 +19,7 @@ REL="NEXT" TITLE="Hacking Bugzilla" HREF="bzhacking.html">

D.4. The Quicksearch Utility

Quicksearch is a new, experimental feature of the 2.12 release. +> Quicksearch is a new, experimental feature of the 2.12 release. It consist of two Javascript files, "quicksearch.js" and "localconfig.js", and two documentation files, "quicksearch.html" and "quicksearchhack.html"

The index.html page has been updated to include the QuickSearch +> The index.html page has been updated to include the QuickSearch text box.

To take full advantage of the query power, the Bugzilla +> To take full advantage of the query power, the Bugzilla maintainer must edit "localconfig.js" according to the value sets used in the local installation.

Currently, keywords must be hard-coded in localconfig.js. If +> Currently, keywords must be hard-coded in localconfig.js. If they are not, keywords are not automatically recognized. This means, if localconfig.js is left unconfigured, that searching for a bug with the "foo" keyword will only find bugs with "foo" @@ -97,7 +97,7 @@ NAME="QUICKSEARCH" but not those with the keyword "foo".

Workarounds for Bugzilla users: +> Workarounds for Bugzilla users:

When this tool is ported from client-side JavaScript to +> When this tool is ported from client-side JavaScript to server-side Perl, the requirement for hard-coding keywords can be fixed.