Releases: Nuix/Intersection-Report
Version 2.6.0
Batch Load Date Range Support
Each sheet can now be scoped to items which belong to a batch load which has a "loaded" date that falls within a specified range. Nuix search does not currently support searching for items based on their batch load's date (only its batch load GUID). The script will do the work of locating which batch loads fall within the specified date range and updating the sheet's scope criteria to scope the items to those within the located batch loads.
Note: If you configure a sheet to filter on batch load date range, the script will validate whether any batch loads will actually match your date range. If none do, the script will warn about this and not allow you to generate the report until you do. Otherwise, the given sheet would report all zero values when no batch loads match. Since this would likely will be confused for something going wrong with the script I figured best to just not allow this to happen😄
Version 2.5.0
Added 3 new value generators related to reporting digest input size:
- Digest Input Size (Bytes)
- Digest Input Size (GB)
- Digest Input Size (Dynamic)
Version 2.4.0
- Added a new row category Physical File Ancestor Name which categorizes items by the name of the physical file item (found using
flag:physical_file) that they belong to.
Version 2.3.0
Added Domain Categories
- Added row category "Domain" which is a row per email domain in the specified scope. Includes
From,To,CCandBCC. - Added row category "Domain - Recipients" which is a row per email domain in the specified scope. Includes
To,CCandBCC. - Added row category "Domain - To" which is a row per
Toemail domain in the specified scope. - Added row category "Domain - CC" which is a row per
CCemail domain in the specified scope. - Added row category "Domain - BCC" which is a row per
BCCemail domain in the specified scope.
Version 2.2.0
Added Address Categories
- Added row category "Address" which is a row per email address in the specified scope. Includes
From,To,CCandBCC. - Added row category "Address - Recipients" which is a row per email address in the specified scope. Includes
To,CCandBCC. - Added row category "Address - To" which is a row per
Toemail address in the specified scope. - Added row category "Address - CC" which is a row per
Toemail address in the specified scope. - Added row category "Address - BCC" which is a row per
Toemail address in the specified scope. - Fixed a bug that was causing "Item Kind (Within Scope)" to not show up as a category choice.
Version 2.1.0
Fixed a bug in "Batch Load Date" category. It was returning a collection of strings rather than a collection of NamedQuery objects, which would cause an error while generating a report which made use of it as a category.
Version 2.0.0
Initital GitHub Release
This script is a re-write of an older script "Intersect Report" (hence the 2.0.0 version number). It is the initial release of this re-written version, so please test and review the results before using this in production.
