From d8caf6045d10344c431918128e3803ca497565f3 Mon Sep 17 00:00:00 2001 From: "gerv%gerv.net" <> Date: Sun, 28 Jul 2002 05:00:17 +0000 Subject: Merging new docs from 2.16 branch. --- docs/html/quicksearch.html | 197 --------------------------------------------- 1 file changed, 197 deletions(-) delete mode 100644 docs/html/quicksearch.html (limited to 'docs/html/quicksearch.html') diff --git a/docs/html/quicksearch.html b/docs/html/quicksearch.html deleted file mode 100644 index d070204e8..000000000 --- a/docs/html/quicksearch.html +++ /dev/null @@ -1,197 +0,0 @@ -The Quicksearch Utility
The Bugzilla Guide
PrevAppendix D. Useful Patches and Utilities for BugzillaNext

D.4. The Quicksearch Utility

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. -


PrevHomeNext
Command-line Bugzilla QueriesUpHacking Bugzilla
\ No newline at end of file -- cgit v1.2.3-24-g4f1b