BlogPulse supports Boolean query operators
such as AND, OR, NOT,
and parentheses to conduct complex queries.
Note: All Boolean operators must be in UPPERCASE (ALL
CAPS) letters.
Use the OR operator
to find documents matching either of two terms being
searched.
|
 |
|
 |
Use the AND operator
to find documents matching both terms of a query
being searched.
|
|
|
 |
Use the NOT operator
to exclude documents which contain the term after
the NOToperator.
|
|
|
 |
Use parentheses to
group terms and operators together to form more
complex queries.
|
|
|
 |
Parentheses can be used to nest sub-queries when creating
even more complex queries.
Boolean queries are meant to be used by advanced searchers
and can be created from the BlogPulse Advanced
Search page.
|