Enterprise Vault Discovery.cloud User Guide
- About Enterprise Vault Discovery.cloud
- Getting started with Discovery.cloud
- Discovery.cloud roles
- Investigations
- Matter management
- Reviewing and working with emails in eDiscovery
- Email export
- Collaborative reports
- Discovery.cloud alerts
- Email Continuity
- Methods for searching matters and accounts
- Boolean operator searches
- Methods for searching tables and reports
- Discovery.cloud Frequently Asked Questions
- Best practices, limitations, and known issues
- Discovery.cloud updates in previous releases
About using multiple Boolean operators
You can use multiple Boolean operators in a search to create more complex searches. For example:
cloud AND computing OR public
In this example cloud AND computing represents one term.
The following items are returned:
Items with cloud and computing
Items with cloud, computing, and public
Items with public
You can also use brackets to group multiple terms for Boolean processing. For example:
(cloud (computing OR public)) NOT software
In this example, the space between cloud and (computing OR public) is treated as an AND operator.
The following items are returned:
Items with both cloud and computing, with no reference to software.
Items with both cloud and public, with no reference to software.
The maximum number of Boolean operators that is allowed in a search is 249.
More Information