

Filtering provides a fast and easy way to search for items in a list in Relativity. You can use filters to search for values in the fields on the active view, and across all records available in the searchable set. Filters are also available for item lists on tabs and pop-up windows.
The field type associated with each column determines the available filter types, such as text boxes, pop-up pickers, and drop-down lists. You do not need any specific security permissions to use filtering.
You find the view you set up for documents already coded for key issues and you click the filter icon. In the Custodian field you enter the last name of the employee in question, Arnold. In the Key Issue field you select the Gas and Power choices.
This simple filtering job returns a small set of documents on which you do a quick review and find that they contain references that make them inadmissible.
You enable filters by clicking an icon located at the top of the document list. You can:
The filter type determines the steps required to set the filtering criteria that it uses. See Filter types for details on filter types and their use.
Note: When you create or edit a field, you can select its Filter Type.
After enabling filters, you are ready to enter criteria for the fields in your list.
Note: Before defining a new search filter, click the Clear All () icon or the Clear All Conditions link in the Search Conditions panel to remove any filter settings. For example, say you create a filter on the Privileged field, but now want to search only by the Custodian field. If you do not clear the filter, Relativity filters your documents by both the Privileged and Custodian fields, and your results may include fewer documents than you expect.
To use a filter:
The field column header displays the filter icon, letting you know which fields have filters applied. This persists whether you have the filters shown or hidden.
The Search Conditions panel also shows the filtering conditions.
You cannot edit the Search Conditions cards by clicking on them. However, you can clear all the conditions by clicking the link at the bottom of the panel.
Relativity contains the following filter types:
Boolean filters are available for Yes/No field types. To use a Boolean filter, click the drop-down menu and select Yes, No, or (Not Set) from the list. Click Apply to set the conditions. Click Select all to select all the options. Click Clear to remove the filter settings.
The numeric filter is available for the following field types:
To use a numeric filter, click the drop-down menu and select an operator. Operators include:
Enter a numerical value in the filter text box. After you enter the value in the text box, press Enter to apply the filter. For example, you might search for documents having a file size greater than 500000 bytes.
When you click inside a filter text box, the Advanced link appears. Clicking this link opens the advanced filters screen for the filter type.
Here, you can adjust the operator and add conditions to further define the filter. Click Apply to set the conditions.
The List filter is available for the following field types:
Note: For more information and restrictions for List fields, see the List and Dashboard settings section on the Fields page.
List filters are often associated with fields used for coding documents. The options displayed in the drop-down menu vary by the type and purpose of the associated field. For example, a field called Responsiveness might have the filter conditions of Responsive, Not Responsive, or Needs Further Review. Select the options that you want to filter for, and click Apply. Alternatively, you can click Select all to select all filters in the list. Click Clear to remove all selections. Click (Not Set) to show items where the field is empty (null).
If there is a single filter choice you want to apply immediately, hover over the item's row and click Only when it appears on the right side.
Click the Advanced filters () icon to the right of the Select all - Clear options to launch the advanced filters dialog. This dialog has more operators and you can add or remove list items to the field's drop-down menu. Click Apply to set the conditions.
The date filter is available for Date field types to filter on dates and date ranges.
The following operators are available:
For example, if you only want to view items sent before or on January 21, 2024 7 AM, do the following:
Note: When you select the Between operator, two calendars display in the drop-down date filter, allowing you to pick the starting and ending dates and times.
Click the Advanced () link at the bottom of the calendar interface to launch the advanced filters screen. This screen has more operators where you can add additional date and time conditions. Click Apply to set the conditions.
The multi-list filter is available for the following field types:
Using multi-list filters, you can select multiple conditions from a drop-down menu. These filters are often associated with fields used for coding documents.
To apply a multi-list filter, click the drop-down menu to display the conditions list. Select the conditions that you want to filter on. Click Select all to select all filters in the list. Click Clear to remove all selections. Select (Not Set) to show items where the field is empty (null). Click Apply to set the conditions.
If there is a single filter choice you want to apply immediately, hover over the item's row and click Only when it appears on the right side.
To find a specific list item in a large list, use the search box to enter a term. The list filters automatically as you type.
Click the Advanced filters () icon to the right of the Select all - Clear options to launch the advanced filters screen. This screen has more operators where you can add or remove list items to the field's drop-down menu. Click Apply to set the conditions.
The text box filter is available for the following field types:
You can use text box filters to search on specific terms, numbers, and dates. Enter one or more terms in the filter text box. Connect multiple terms using the following operators:
When entering terms and operators directly into a text box filter, you must use the proper syntax. See Text box filter search examples for more information.
You can also use the advanced text box filter feature to build more advanced filter queries on the selected text field. See Using advanced text box filtering.
Using operators, you can perform text searches by entering search strings directly into the filter text box. Additionally, you can use the advanced filtering feature to build more detailed queries. See Using advanced text box filtering for more information.
The following table lists examples of valid search strings using search operators.
Valid search strings | Description of search results |
---|---|
cubs OR sox |
Matches either cubs or sox or both. |
cubs AND sox | Matches both cubs and sox. Both terms must appear for a successful match. |
cubs OR sox AND kcura | Matches either cubs or sox or both, and kcura. |
percent sign ( % ) |
Acts similar to a wildcard, or the is like operator in a query. %chard matches Richard, Pritchard. |
underscore ( _ ) | Acts as a wildcard for a missing character. Do not use the underscore to check a field's value. It is slower and more resource-intensive than using the percent sign (%). |
= with term | Matches an exact phrase. |
cubs sox | Matches an exact phrase, cubs(space)sox. |
IS SET | Returns only items where the field has a value. |
IS NOT SET | Returns only items where the field does not have a value (null). |
The following table shows examples of invalid search strings.
Invalid search strings | Description of search results |
---|---|
cubs AND | The AND operator requires a right search term. |
cubs OR | The OR operator requires a right search term. |
AND cubs | The AND operator requires a left search term. |
OR cubs | The OR operator requires a left search term. |
The following table lists examples of valid search strings you can use to filter text alphabetically.
Alphabetical filtering | Description of search results |
---|---|
>= c | Matches any term or phrase where the first letter is c or later in the alphabet. |
<= c | Matches any term or phrase where the first letter is c or earlier in the alphabet. |
= cubs sox | Matches the exact phrase cubs(space)sox. |
cubs BETWEEN sox | Matches terms or phrases where the first letter of the phrase falls between c and s in the alphabet. |
The following table lists examples of valid date and number searches, and the expected result set. When entering dates, do not place a zero (0) in front of single-digit values. For example, use 7/21/2024 and not 07/21/2024.
Valid search strings | Description of search results |
---|---|
>= 7/24/ 2024 | Matches 7/24/ 2024 and later dates. |
<= 7/24/ 2024 | Matches 7/24/ 2024 and earlier dates. |
= 7/24/ 2024 | Matches the exact date of 7/24/2024. |
>= 7/27/ 2024 1:23 PM | Matches 7/27/ 2024 1:23 PM and later dates and times. |
<= 7/27/ 2024 1:23 PM | Matches 7/27/ 2024 1:23 PM and earlier dates and times. |
= 7/27/ 2024 1:23 PM | Matches the exact date and time of 7/27/ 2024 1:23 PM. |
7/24/ 2024 BETWEEN 8/24/ 2024 | Matches dates that include and fall between 7/24/2024 and 8/24/2024. |
7/24/ 2024 1:23 PM BETWEEN 8/24/ 2024 3:45 PM | Matches dates and times that include and fall between 7/24/ 2024 1:23 PM and 8/24/ 2024 3:45 PM. |
7/27/ 2024 | Matches the exact date of 7/27/ 2024. |
>= 100 | Matches numbers that are greater than or equal to 100. |
<= 100 | Matches numbers that are less than or equal to 100. |
= 100 | Matches 100 exactly. |
The following table includes examples of invalid data and number search strings.
Invalid search strings | Description of search results |
---|---|
> 7/24/ 2024 | You must use the equal sign with the greater than operator (>=). |
< 7/24/ 2024 | You must use the equal sign with the less than operator (<=). |
>= 0/24/ 2024 | The search string starts with 0 for the month. Instead of 01/01/2024, use 1/1/2024. |
= 0/24/ 2024 | The search string starts with 0 for the month. Instead of 01/01/2024, use 1/1/2024. |
07/24/ 2024 BETWEEN 8/24/ 2024 | The search string starts with 0 for the month in the starting date. Instead of 01/01/2024, use 1/1/2024. |
7/24/ 2024 BETWEEN 08/24/ 2024 | The search string starts with 0 for the month in the ending date. Instead of 01/01/2024, use 1/1/2024. |
You can use the following operators with advanced filtering:
To use advanced text box filtering:
You can use the set selector menu to change the number of items that appear per page. The set selector menu is at the top of the document list. The option you select remains the default setting during your session until you select another option.
To save your filtered item set as a saved search:
Why was this not helpful?
Check one that applies.
Thank you for your feedback.
Want to tell us more?
Great!