Filter [Obj,String]¶
Description¶
Selects objects by the value of the second column.
Input¶
SOURCE [OBJ,STRING]
: The list of objects to filter
Output¶
TRUE [OBJ,STRING]
: the objects for which the selection appliesFALSE [OBJ,STRING]
: the objects for which the selection does not apply
Parameters¶
Operation
: comparison function to use (equal
,contains
,startsWith
,endsWith
)Case-sensitive
: if set tofalse
, upper/lower case is ignored
Output scores can be aggregated and/or normalised.