Skip to content

Releases: Nuix/Intersection-Report

Version 2.6.0

16 Sep 20:01

Choose a tag to compare

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.

image

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

02 Nov 18:19
c6de100

Choose a tag to compare

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

06 Aug 20:48

Choose a tag to compare

  • 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

10 Jun 22:38

Choose a tag to compare

Added Domain Categories

  • Added row category "Domain" which is a row per email domain in the specified scope. Includes From, To, CC and BCC.
  • Added row category "Domain - Recipients" which is a row per email domain in the specified scope. Includes To, CC and BCC.
  • Added row category "Domain - To" which is a row per To email domain in the specified scope.
  • Added row category "Domain - CC" which is a row per CC email domain in the specified scope.
  • Added row category "Domain - BCC" which is a row per BCC email domain in the specified scope.

Version 2.2.0

28 May 22:16
a62ef19

Choose a tag to compare

Added Address Categories

  • Added row category "Address" which is a row per email address in the specified scope. Includes From, To, CC and BCC.
  • Added row category "Address - Recipients" which is a row per email address in the specified scope. Includes To, CC and BCC.
  • Added row category "Address - To" which is a row per To email address in the specified scope.
  • Added row category "Address - CC" which is a row per To email address in the specified scope.
  • Added row category "Address - BCC" which is a row per To email 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

30 Jan 23:15

Choose a tag to compare

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

23 Jan 00:07

Choose a tag to compare

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.