Skip to main content
Version: v0.18.0

NuixCountItems

Alias:NuixCountItems

Output:SCLInt

Requires Nuix.Version 7.0

Returns the number of items matching a particular search term

ParameterTypeRequiredPositionDefault ValueExampleSummary
SearchTerm
Search
string✔1*.txtThe search term to count.
SearchOptionsentity2No search options providedPass additional search options to nuix. Options available: - defaultFields: field(s) to query against when not present in the search string. Please see the nuix API for Case.searchUnsorted for more details.
CasePath
Directory
stringUse the current open caseC:/Cases/MyCaseThe case path to use. If this is set, that case will be opened. If it is not set, the existing case will be used. If it is not set and no existing case is open this will result in an error.