From 6b607da839992bead01d7cba308f216e17eed520 Mon Sep 17 00:00:00 2001 From: "barnboy%trilobyte.net" <> Date: Thu, 8 Mar 2001 13:35:44 +0000 Subject: Documentation update; added docs/sgml, docs/html, docs/txt. No text version of The Bugzilla Guide availabe yet, however. --- docs/html/quicksearch.html | 186 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 186 insertions(+) create mode 100644 docs/html/quicksearch.html (limited to 'docs/html/quicksearch.html') diff --git a/docs/html/quicksearch.html b/docs/html/quicksearch.html new file mode 100644 index 000000000..6ad6b7e4a --- /dev/null +++ b/docs/html/quicksearch.html @@ -0,0 +1,186 @@ +
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 text box. +
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 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" in the summary, status whiteboard, product or + component name, but not those with the keyword "foo". +
Workarounds for Bugzilla users: +
search for '!foo' (this will find only bugs with the keyword "foo" |
search 'foo,!foo' (equivalent to 'foo OR keyword:foo') |
When this tool is ported from client-side JavaScript to server-side Perl, + the requirement for hard-coding keywords can be fixed. + This bug + has details. +