Enterprise Vault.cloud™ Advanced eDiscovery User Guide

Last Published:
Product(s): Veritas Alta eDiscovery (Version Not Specified)
  1. About Enterprise Vault Advanced eDiscovery
    1.  
      Introducing Enterprise Vault Advanced eDiscovery
    2.  
      Advanced eDiscovery key features
    3.  
      About classification
    4.  
      Advanced eDiscovery term definitions
  2. Getting started with Advanced eDiscovery
    1.  
      Logging on to Advanced eDiscovery
    2. About the Advanced eDiscovery user interface
      1.  
        About the Investigations tab
      2.  
        About the E-Discovery tab
      3.  
        About the Administration tab
      4.  
        About the Alerts tab
      5.  
        About the Dashboard tab
      6.  
        About the Continuity tab
    3.  
      Accessing your own archived emails
  3. Advanced eDiscovery roles
    1.  
      About account roles and Advanced eDiscovery
    2.  
      Account role
    3.  
      Reviewer role
    4.  
      Administrator role
    5. Assigning roles for Advanced eDiscovery
      1.  
        Assigning the Reviewer role to an account
      2.  
        Assigning the Administrator role to an account
  4. Investigations
    1.  
      About Investigations
    2.  
      About the Managed Accounts node
    3.  
      Creating a label
    4.  
      Performing a new search of accounts (Investigations tab)
    5.  
      Saving a search of accounts (Investigations tab)
    6.  
      Viewing or modifying a saved search (Investigations tab)
    7.  
      Generating and exporting printable reports for searches (Investigations tab)
    8.  
      Deleting saved searches (Investigations tab)
    9.  
      Working with emails in the Investigations tab
    10.  
      Hiding and unhiding emails
    11.  
      Deleting emails permanently
    12.  
      About the Mail Reassignment node
    13.  
      Reassigning emails
    14.  
      Viewing email reassignment status
    15.  
      Canceling the email reassignment activity
    16.  
      Generating a Mail Reassignment status report
    17.  
      Sending notifications to the mail reassignment batch initiator
    18.  
      About Collaboration
    19.  
      Searching Collaboration messages during investigation
    20.  
      Applying tags to Collaboration messages during investigation
  5. Case management
    1.  
      About Targeted Collections
    2.  
      Configuring Targeted Collection for Microsoft Teams
    3.  
      About cases in the E-Discovery tab
    4.  
      Case workflow summary: Discovery Administrator
    5.  
      Customizing the case review status tags
    6.  
      Creating a case
    7.  
      Viewing the details of a case
    8.  
      Editing a case
    9.  
      Performing a new search of a case
    10.  
      Saving a search of a case
    11.  
      Viewing and modifying a saved search of a case
    12.  
      Applying a search-level legal hold
    13.  
      Assigning Research Sets to reviewers
    14.  
      Generating printable reports for searches
    15.  
      Searching and tagging Collaboration messages in E-Discovery
  6. Reviewing and working with emails in eDiscovery
    1.  
      About reviewing cases
    2.  
      Case workflow summary: reviewer
    3.  
      Reviewing emails of cases
    4.  
      Applying a case review status tag to emails
    5.  
      Applying tags to emails
    6.  
      Adding case notes to emails
    7.  
      Printing emails
    8.  
      Restoring emails
    9.  
      Forwarding emails
  7. Email export
    1.  
      Exporting emails
    2.  
      Sharing exports with Discovery administrators
    3.  
      Sharing exports with the external reviewers
    4.  
      Reviewing Export Status
    5.  
      Resubmitting failed export items
    6.  
      Option to maintain folder structure in the export
    7.  
      Canceling Export Batch
    8.  
      Email export FAQ
  8. Collaborative reports
    1.  
      About collaborative eDiscovery reporting
    2.  
      Report by email: Audit trail
    3.  
      Report by Case: Case History
    4.  
      Report by Case: Case Summary
    5.  
      Report by Archive: eDiscovery dashboard
  9. Advanced eDiscovery alerts
    1.  
      Creating an alert
  10. Email Continuity
    1.  
      Managing Email Continuity
    2.  
      Viewing Continuity emails
  11. Methods for searching cases and accounts
    1.  
      About Advanced Search
    2.  
      Search syntax for Advanced Search
    3.  
      About stop words and special characters
    4.  
      Phrase searches
    5. Boolean operator searches
      1.  
        AND operator search
      2.  
        OR operator search
      3.  
        NOT operator search
      4.  
        About using multiple Boolean operators
      5.  
        About using Boolean operators with phrase searches
      6.  
        About Boolean operators and special characters
    6.  
      Wildcard searches
    7.  
      Proximity searches
    8.  
      Double-byte character set searches
    9.  
      About enhanced searches in Japanese
    10.  
      Searchable attachment types
    11.  
      Search examples and tips
  12. Methods for searching tables and reports
    1.  
      About Quick Search and Criteria Search
    2.  
      Searching tables, lists, and reports
  13. Advanced eDiscovery Frequently Asked Questions
    1.  
      Frequently Asked Questions
  14. Best practices, limitations, and known issues
    1.  
      Best practices and limitations with Advanced eDiscovery
    2.  
      Known issues with Advanced eDiscovery
  15. Advanced eDiscovery updates in previous releases
    1.  
      About the Advanced eDiscovery updates in previous releases

Search syntax for Advanced Search

Table: Search methods and their syntax for Advanced Search describes the search methods that are available in Advanced Search.

Table: Search methods and their syntax for Advanced Search

Search method

Syntax

Example and more details

Phrase search

Use double quotation marks around one or more words to search for the exact phrase.

"cloud computing" finds archived messages with this phrase.

See Phrase searches.

AND operator search

Use the AND operator between two search terms to find items that contain both search terms.

cloud AND computing finds archived messages with both of the search terms cloud and computing.

See Boolean operator searches.

OR operator search

Use the OR operator between two search terms to find items that contain at least one of the search terms.

cloud OR computing finds archived messages with the search term cloud, or the search term computing, or both terms.

See Boolean operator searches.

NOT operator search

Use the NOT operator between search terms to exclude specific search terms.

cloud NOT computing finds archived messages with the search term cloud but not the search term computing.

See Boolean operator searches.

Single character wildcard search

Use a question mark at the end of a search term to represent a single unspecified character.

Note:

You must enter a search term with at least three characters before the wildcard character.

appl? finds archived messages with search terms such as apple or apply.

See Wildcard searches.

Multiple character wildcard search

Use an asterisk at the end of a search term to represent one or more unspecified characters.

Note:

You must enter a search term with at least three characters before the wildcard character.

comp* finds archived messages with search terms such as computing, computer, or company.

See Wildcard searches.

Proximity search

Place quotation marks around two search terms, followed by a tilde and a numerical value to indicate the maximum word count between them.

Note:

Personal.cloud limits the word count between the 2 search terms to under 50 words.

"cloud computing"~5 finds archived messages with the search terms cloud and computing within five words of each other.

See Proximity searches.

Note:

Searches are not case-sensitive. Capitalizing a search term has no effect on the search results. Invalid search terms are shown in red; hover over invalid search terms to get additional help via Tool Tip.