You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improved how item content text is written to item detail pages.
Most of HTML template is first rendered and written to file
If text is being included in details page, it is written in a separate pass, to reduce chances for large text to cause problems.
If using Nuix 8.6, the new Text.usingText method is now used to stream item text a line at a time to the output file. This should hopefully prevent a class of errors that can occur with really large item text.
If using a version of Nuix prior to 8.6 then old Text.toString method is still used due to lack of alternative in these versions.
Very basic HTML compression now applied to details files. Ultimately will probably reduce report sizes very little, but I figure save it where you can.