The following are major differences between the Find dialog and the Global Search.
Find & Redact | Global Search |
Perform a search on the current document only | Performs a search across multiple documents |
Supports case-sensitive searches for keywords as well as Regular Expressions | Does not support case-sensitive keyword search. Case-sensitive searches of Regular Expression are supported |
Supports partial redaction of the responsive values | Does not support partial redaction of the responsive values |
Supports entire row and entire column redactions for any row/column with a match | Redacts responsive values only, entire-row and entire-column redactions are not supported |
Doesn’t support search based on the selected values | Supports search based on the selected values |
Searches all the values with matching part of the word. E.g. search of "box" without wildcard characters will return all the values that have words like "boxes", "postbox" etc. | Perform the search on the entire word only. E.g. search of "box" will not return "boxes", "postbox" etc. unless a wild-card character is used. However, it will return all the values containing "box" as a separate word, like "comment box", "the box of trophies" etc. |
It follows the search rules of the Microsoft Excel find function | It follows the search rules of ElasticSearch |