Advanced Search
Advanced File Search
When triaging a large number of documents for relevance, one of the highest impact actions you can take is a rules-based approach to excluding files. We now support the ability to use boolean and other logical operators when constructing search queries, which greatly increases your ability to exclude files in bulk. For example, in the context of an employee DSAR you may want to start by excluding all files that do not contain known variations of the employee's name.
Click the "Advanced" button in the search bar to use boolean operators to build more complex search queries.
Here's a quick guide to some of the new options you have for searching in advanced mode.
Advanced Search Usage
Pattern | Description |
---|---|
Jane | Search for the term Jane. |
Jane AND Doe | Both Jane and Doe must be present. |
Jane OR Doe | Either Jane or Doe must be present. |
Jane NOT Doe | Jane must be present; Doe must not be present. |
"Jane Doe" | Exact phrase match for Jane Doe. |
"Jane Doe"~5 | Jane and Doe within 5 words of each other (e.g., Jane A. Doe). |
Jane* | Wildcard: match terms starting with Jane (e.g., Janet, JaneDoe). |
J?ne | Wildcard: match names like Jane, June. |
(Jane OR John) AND Doe | Group terms: find records for Doe with either Jane or John. |
subject:Jane | Search for Jane in the subject field of emails. |
\(Jane Doe\) | Escape special characters (search for (Jane Doe) including the parentheses). |
We think this is super powerful update for triaging files in bulk and we're excited to get your feedback on it!
Additional Improvements
Table Filters
We've made a number of improvements to our table filters that make it easier to understand which filters are currently applied and ensure that you don't lose your table configuration when navigating between the table and individual documents.
The new active table filter state in dark mode.
- Filter design and experience is now consistent across all fields.
- Filters that are currently active now show in a different color and provide a preview of the active filter value.
- Filters are easier to remove by clicking the X button.
- Some less commonly used fields have been moved to a "More Filters" section, including the "Has Open Comments" filter and the "Show Duplcates" filter.
- The reviewer filter is now a multi-select field, allowing you to select multiple reviewers at once.
- Switching between the documents and emails tab will no longer reset the table filters.
- When navigating away and back to a table, you will land on the same page of results that you were previously on.