Help for Enterprise Vault Search

Last Published:
Product(s): Enterprise Vault (12.2)
  1. Getting started with Enterprise Vault Search
    1.  
      About Enterprise Vault Search
    2.  
      New features in this release
    3.  
      Finding your way around Enterprise Vault Search
    4.  
      About retention of archived items
    5.  
      About retention folders
  2. Searching for archived items
    1. Running a simple search
      1.  
        Search suggestions for simple search
      2.  
        Query syntax to refine a simple search with Enterprise Vault Search
      3.  
        Boolean operators that you can use in a simple search
      4.  
        Examples of query syntax, wildcards, and Boolean operators
    2. Running an advanced search
      1.  
        Saving an advanced search
      2.  
        Rerunning a saved advanced search
  3. Working with search results
    1.  
      About working with search results
    2.  
      About the reading pane toolbar
    3.  
      Viewing items
    4.  
      Downloading items
    5.  
      Restoring items to your mailbox
    6.  
      Deleting items from the archive
    7.  
      Changing the retention categories of items
    8.  
      Exporting items
    9.  
      Copying or moving items
    10.  
      Moving a folder
    11.  
      Creating, renaming, and deleting a folder
    12.  
      Repeating a previous action using the recent list
  4. Customizing Enterprise Vault Search
    1.  
      About customizing Enterprise Vault Search
    2.  
      Showing or hiding the sidebar and favorites list
    3.  
      Choosing a starting archive or folder
    4.  
      Choosing the language of the search interface
    5.  
      Choosing the time and date format
    6.  
      Creating and arranging archive groups
    7.  
      Showing, hiding, and positioning the reading pane
    8.  
      Adding a frequently used folder to the favorites list
    9.  
      Choosing how to highlight search terms
    10.  
      Filtering results by type in the results pane
    11.  
      Customizing the columns displayed in the results pane
    12.  
      Showing items in a list in the results pane
    13.  
      Sorting items in the results pane
    14.  
      Showing custom fields in advanced search
    15.  
      Turning search suggestions off or on
    16.  
      Specifying the Exchange server and mailbox
    17.  
      Specifying the Domino server and mail database
  5. Dialog box descriptions
    1.  
      Preferences: General
    2.  
      Preferences: Regional
    3.  
      Preferences: Archive Groups
    4.  
      Preferences: Reading Pane
    5.  
      Preferences: Hit Highlighting
    6.  
      Preferences: Advanced Search
    7.  
      Preferences: Suggestions
    8.  
      Preferences: Exchange Account
    9.  
      Preferences: Domino Mail Database
    10.  
      Select Archive or Folders
    11.  
      Customize Columns
    12.  
      Add Archive
    13.  
      Enterprise Vault Search
    14.  
      View the original item
    15.  
      Unable to load user preferences

Query syntax to refine a simple search with Enterprise Vault Search

You can use search query syntax in a simple search to narrow your search results. The search query syntax lets you specify searches for a sender, recipient, date, attachment, and so on.

Note the following:

  • You can combine two search queries. For example, enter from:john contents:sales to search mails from John with the word sales in the message body or attachments.

  • You can use a double asterisk wildcard (**) to determine the presence or absence of a field value in items. For example, you can type cc:** to find mails that include Cc lines.

  • You must enclose phrases or names in quotation marks ("). For example, you must type from:"john smith" to search for john smith. If you type from:john smith, results include mails with john as the sender name and smith mentioned anywhere in the mail.

  • Spaces between the query syntax and the search term are ignored. For example, contents:sales and contents: sales give the same results.

  • Enterprise Vault dates are based on UTC (Coordinated Universal Time), an international time standard. UTC is synonymous with and a successor of GMT (Greenwich Mean Time).

  • You can specify a range by using a double period (..). For example, date:2013-12-01..2014-01-31 searches for items that were sent or created between December 1, 2013 and January 31, 2014. Ranges can be open-ended. For example, date:2013-12-01.. searches for items that were sent or created after December 1, 2013.

Table: Query syntax describes the available query keywords.

Table: Query syntax

Query syntax

Example

Type this

To find

about:

about:sales

Items that have the word sales in either the subject or content.

after:

after:2013-02-19

Items that were sent or created after 2013-02-19.

bcc:

bcc:john

Items that have john on the Bcc line.

before:

before:2013-02-19

Items that were sent or created before 2013-02-19.

cc:

cc:john

Items that have john on the Cc line.

body:

or

contents:

body:sales

or

contents:sales

Items that have the word sales in the body.

date:

date:today

date:yesterday

date:this week

date:last week

date:this month

date:last month

date:this quarter

date:last quarter

date:this year

date:last year

Items according to when they were received, sent, or created relative to the date of the search.

The simple search searches within attachments. This means that the items that were created on some other date may appear in the results if there is an attachment that corresponds to the searched date.

date:Monday or date:Mon, and so on.

date:January or date:Jan, and so on.

Items according to the day or month they were sent or created.

date:2014/2/19

Items that were created, sent, or received on 2014/2/19. You can use <,>, <=, or >=; for example date:>2014/2/19 for items that were created, sent or received after 2014/2/19.

date:2014/2

Items that were created, sent, or received during February 2014. You can use <,>, <=, or >=; for example date:>2014/2 for items that were created, sent or received after February 2014.

filetype:

filetype:pptx

Items with the extension .pptx.

from:

from:john

Items with john in the sender name.

has:attachment

or

hasattachment:yes

has:attachment

or

hasattachment:yes

Items that have at least one attachment.

hasattachment:no

hasattachment:no

Items that do not have an attachment.

in:

in:inbox

Items that are in the inbox folder.

inattachments:no

inattachments:no

Exclude attachments from the search.

size:

size:tiny

size:small

size:medium

size:large

size:verylarge

size:enormous

Items according to file size:

  • Tiny: 0-10 KB

  • Small: 10-25 KB

  • Medium: 25-100 KB

  • Large: 100-500 KB

  • Very large: 500 KB - 1 MB

  • Enormous: > 5 MB

size:<400MB

Items less than 400 MB in size.

You can use <,>, <=, or >=, and MB instead of KB.

subject:

subject:sales

Items with the word sales in the subject line.

to:

to:john

Items that have been sent to john.

You can also specify property names and values in the form property:value. The property name can be the name of an Enterprise Vault index property, or the name of a property that a third-party application has added.