-
Notifications
You must be signed in to change notification settings - Fork 4
filters
In this section the appliable filters are presented:
Filters applying the processed sources start each time with the prefix @src.@. After the prefix the main filter key follows.
src.id=<ID>
or
src.id=<ID1>,<ID2>,...,<IDn>
processes the called tool(s) only for the filtered sources.
If you want to filter the other way round (leave out sources with given id), just put a minus (-
) at the begin of the id number:
src.id=-<ID>
or
src.id=-<ID1>,<ID2>,...,<IDn>
Note that the minus will invert your filter for all ids named in this range!
Filters applying the processed sources start each time with the prefix hrc.
. After the prefix the main filter key follows.
hrc.id=<ID>
or
hrc.ids=<ID1>,<ID2>,...,<IDn>
processes the called tool(s) only for the filtered HRC configurations.
If you want to filter the other way round (leave out HRCs with given id), just put a minus (-
) at the begin of the id number.
hrc.id=-<ID>
or
hrc.id=-<ID1>,<ID2>,...,<IDn>
Note that the minus will invert your filter for all ids named in this range!