Keyword Search (Full-text Search)

Keywords are simply the words you want to search for, such as failed, login, and so on. You can specify multiple keywords in one query expression by using Boolean operators (AND, OR, or NOT) between them. Boolean expressions can be nested, for example, (John OR Jane) AND Doe*. If you need to search for the literal occurrence of AND, OR, or NOT (in upper-, lower-, or mixed case), enclose them in double quotes (“ ”) so the search engine does not interpret them as operators.

Note: Although the Boolean operators AND, OR, and NOT can be specified in upper-, lower-, or mixed case when used as an operator, Micro Focus recommends that you use uppercase for ease of reading the query.

Guidelines for Writing Keyword Search Expressions

Follow these guidelines when specifying keyword search expressions:

The following table summarizes how special characters are treated in a keyword search.

Using Special Characters in Keyword Searches

Character

Usage

Space Tab Newline
, ; ( ) [ ] { } “ | *

You cannot specify keywords that contain the characters in the left column. Therefore, to search for a phrase such as failed login, enter “failed” AND “login”.

Note: * is a valid character for wildcard character searches.

= : / \ @ - ? # $ & _ % > < !

To specify a keyword that contains any of the characters in the left column, enclose the keyword in double quotes (“ ”). You can also specify an asterisk (*) at the end of the keyword for an exact match.

Examples:

  • “C:\directory”
  • “result=failed”
* asterisk You can use the wildcard character asterisk (*) to search for keywords, however, the wildcard cannot be the leading character in the keyword. Therefore, the following usages are valid:
log* log\* log\\*  
log*app log*app* "log*"  
However, the following usages are not valid:
*log *log*app*    

Concept Link IconSee Also