| Login | Bugs & Features | Documentation | Download | Forums | ||
Documentation · Articles · Developer Guide Search HelpWhen searching the article, bug, and links pages, you can create complex search queries using a few simple logical operators. Searching for One or More WordsThe default logical operator is OR - list each word you want to find separated by spaces. For example, to find all bug reports about HTTP or networking, use: http network You can also require both words using the AND keyword. For example, to find all bug reports about HTTP against HTMLDOC 1.8.x, use: http and 1.8 Searching for a Complete PhraseEnclose phrases containing spaces in quotes. For example, to find all articles about weekly snapshots, use: "weekly snapshot" Excluding Words and PhrasesThe NOT operator can be used to exclude a word or phrase. For example, to find all articles that are not about weekly snapshots, use: not "weekly snapshot" Similarly, to find all 1.8 bug reports that are not feature requests, use: 1.8 and not feature Grouping Multiple QueriesYou can group multiple queries using parenthesis. For example, to find all 1.8 bug reports concerning Solaris or HP-UX, use: 1.8 and (Solaris HP-UX) Searching Specific FieldsYou can search specific fields by prefixing your search words with the corresponding field name. For example, to find all bug reports submitted by user "jane", use: creator:jane The following field names are supported:
| ||||||
| Copyright 1997-2010 Easy Software Products. All rights reserved. HTMLDOC and <HTML>DOC are trademarks of Easy Software Products. | ||||||