|
|
Searching
Rlin: Boolean Operators
|
Boolean or
"Logical" Operators
More complex searches
utilizing 2 or more search terms can be implemented through the
use of Boolean Operators. The ones available are:
|
Operator
|
Alternative
Symbol
|
|
and
|
&
|
|
or
|
|
|
|
not
|
~
|
Usage
- The Boolean Operators can be used
in the following Search Statement Format:
- FIND <index>
<value> <operator>
<index> <value>
- Note: The <operator>
is: and
(&),
or
(|),
or not
(~)
- Examples:
- Note:
"and"
can be used to add information to modify a search after the
initial FIND search in the format:
- <operator>
<index> <value>
- Example:
Handling phrases
containing logical operators
- Use double quotes -
" "
- around phrases that
contain logical operators or symbols.
- Example: