Tests
- Property
- Description
ReqField- Name portion of a name-value pair. This can also be one of the
following reserved names:
TL_URLEXTTL_URLTAILTL_VIRTUALDIR
ReqOp- Operation to perform - options are:
EQor=NEor != or<>GTor>LTor<CONTAINSPARTOFPARTOFLIST
ReqVal- Literal value or field name (set
ReqValIsField=Truefor field name). IfReqOp=PARTOFLIST, this value must specify a list of values that are separated either by a semicolon or another delimiter (specified by usingListDelimiter). ReqValIsFieldTrueorFalseindicating whetherReqValcontains a field name.ListDelimiter- The character that is used to separate list items in
ReqValwhenReqOp=PARTOFLIST. The default is a semicolon,;. CaseSensitiveTrueorFalsevalue that is indicating whether the searches for field names must be case-sensitive. Default isFalse. Setting this toTruespeeds up searches.NotTrueorFalsevalue. If set toTrue, then the result of the test evaluation is inverted (logicalNOT).