This procedure assumes you have already opened the Advanced Search page. If you have not, see Running an advanced search.
Tip: In the Advanced Search page, you can clear any existing values, and start with empty fields by clicking Clear.
To enter values for an advanced search:
In the Contains field, type the text for which to search.
This field is similar to the simple search.
In Locations, select the locations to search.
To add locations, do these:
Make sure that Current location only is not selected, then click Edit.
In Available Repositories or Available Sources, navigate to, and select the location. The location in Available Repositories can be a repository, a cabinet or a folder. Available Sources is displayed only if Documentum Administrator is configured to search external sources.
If you select repositories or sources for which your credentials are not saved, a login window may appear.
Click the arrow to add it to the Included in Search list.
Repeat Step 2.b and Step 2.c for as many locations as needed.
To remove a location, select it, and click the remove arrow.
To set the locations as your default locations for every new search, select Set as default.
Click OK.
In the Object Type list, select the type of files to search for.
Enter remaining properties as appropriate. Table 23.2 describes common properties. The properties available depend on the type of file you search for, as selected in the Object Type list in Step 3
Table 23.2. Common properties in an advanced search
Field | Description | ||
---|---|---|---|
Properties list | Enter one or more property values to search for by doing these:
| ||
Date | Select the type of date to search for. Specify a date range, either a fixed date range using today’s date or by typing the From and/or To dates. Months can be written in figures or in full. Years can be written with two or four figures. When specifying a date From, the date is not included in the date range. Conversely, when specifying a date To, the date is included in the date range. | ||
Size | Select a size range. | ||
Properties when searching for email messages | Subject | Type the words for which to search. | |
To | |||
From | |||
Sent | Select the date the email message was sent. | ||
Received | Select the date the email message was received. | ||
Find hidden objects | Choose to include hidden items in the search. The search displays only those hidden items that you have permission to view. | ||
Find all versions | Choose to search for past versions of the file, as well as the current version. |
The relationship between a property, and its corresponding value is defined by operators. Table 23.3 describes the operators available in the Advanced Search page.
Table 23.3. Select a property-to-value relationship
Operator | Description |
---|---|
Relational operators: Less than < Less than or equal to <= Greater than > Greater than or equal to >= | You can use these operators with numerical values or strings. |
Equal to = | Returns results in which the property value contains only the exact value you typed. |
Not equal <> | Returns results in which the property value never matches the value you typed. |
Truncation operators: | The truncation operators can be used in place of the multiple-character wildcard. |
Begins with | Returns results in which the property value begins with the value you typed. Same as using an ending wildcard. |
Ends with | Returns results in which the property value ends with the value you typed. Same as using an starting wildcard. |
Contains | Returns results in which the property value contains the value you typed anywhere within it. Same as using starting, and ending wildcards. |
Does not contain | Returns results in which the property value does not contain the value you typed anywhere within it. |
Other operators: | |
In | Returns results in which the property value matches one of the values you typed. Potential values are typed as a comma-separated list. |
Not in | Returns results in which the property value does not match any of the values you typed. |
Is null | Returns results in which the property value is not defined. If you know that a property contains no value, you can use this operator to narrow a search. |
Is not null | Returns results in which the property value is defined, but with no specific value. You can use this operator to find only documents whose properties are defined. For example, if you select keywords is not null then your results must contain only documents with keywords. |