diff options
author | cyeh%bluemartini.com <> | 2001-03-01 08:08:52 +0100 |
---|---|---|
committer | cyeh%bluemartini.com <> | 2001-03-01 08:08:52 +0100 |
commit | 66ca43f9e8c22c62a72d82ccfd61dd9efc27b14c (patch) | |
tree | 67a6e5493c86cefb613ed8c9e7a3439d005fd25e /quicksearchhack.html | |
parent | 5b2994b0ce4cf27709b3742a2b63a680464662a0 (diff) | |
download | bugzilla-66ca43f9e8c22c62a72d82ccfd61dd9efc27b14c.tar.gz bugzilla-66ca43f9e8c22c62a72d82ccfd61dd9efc27b14c.tar.xz |
missed last documentation change
Diffstat (limited to 'quicksearchhack.html')
-rw-r--r-- | quicksearchhack.html | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/quicksearchhack.html b/quicksearchhack.html index f8c15bc5e..7d788f626 100644 --- a/quicksearchhack.html +++ b/quicksearchhack.html @@ -37,8 +37,8 @@ document.forms['f'].id.focus(); 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. +Product, Component, Status Whiteboard. If a word looks like a part of a +URL, that field is included in the search, too. <p> The generic format for a ``word'' is <tt>field1,...,fieldN:value1,...,valueM</tt> . @@ -50,6 +50,8 @@ has an email address that contains <tt>ibm</tt> or <tt>sun</tt> . If only <tt>value1,...,valueM</tt> is given, the prefix (roughly) defaults to <tt>summary,keywords,product,component,statuswhiteboard:</tt> as noted above. +You can use <tt>-<i>word</i></tt> to express the logical negation +of <tt><i>word</i></tt>. <p> Here is a complete listing of available fields (the Shortcut column is just for access speed): @@ -192,7 +194,7 @@ for access speed): <td>Bug Description / Comments (long text)</td> </tr> <tr> - <td><i>one-word queries only</i></td> + <td><i>depends</i></td> <td> </td> <td><tt>url</tt></td> <td> </td> |