Filter by Identifier Input

Description

Selects objects by the value of their identifier. Object identifiers are compared to a list of identifiers provided as an input to this block.

Input

  • SOURCE [OBJ]: the list of objects to filter
  • INPUT [STRING]: the list of identifiers to compare against

Output

  • TRUE [OBJ]: the objects for which the selection applies (ANY identifier in input matches)
  • FALSE [OBJ]: the objects for which the selection does not apply (NO identifier in input matches)

Parameters

  • Operation: comparison function to use (equal,contains,startsWith,endsWith)
  • Case-sensitive: if set to false, upper/lower case is ignored

Output scores can be aggregated and/or normalized.