Add/Edit Tests
- Setting
- Description
-
Name
- The name of the test.
-
Description
- User-readable description of the test, which also appears in
privacy.cfg
.
-
ReqField
- Name portion of a name/value pair. This may also be one of the
following reserved names:
-
TL_URLEXT
-
TL_URLTAIL
-
TL_VIRTUALDIR
-
ReqOp
- Operation to perform - options are:
-
EQ
or =
-
NE
or != or <>
-
GT
or >
-
LT
or <
-
CONTAINS
-
PARTOF
-
PARTOFLIST
-
ReqVal
- Literal value or field name (set
ReqValIsField=True
for
field name). When ReqOp=PARTOFLIST
, this value should
specify a list of values separated either by a semicolon or another
delimiter (specified using ListDelimiter
).
-
ListDelimiter
- The character used to separate list items in
ReqVal
when
using ReqOp=PARTOFLIST
. The default is a semicolon
( ;
).
-
ReqValIsField
-
True
or False
indicating whether ReqVal
contains
a field name.
-
CaseSensitive
-
True
or False
value indicating
whether the searches for field names should be case-sensitive. Default
is False
. Setting this to True
speeds
up searches.
-
Not
-
True
or False
value. If True
,
then the result of the test evaluation is inverted (logical NOT
).
Have feedback?
Google Analytics is used to store comments and ratings. To provide a comment or rating for a topic, click Accept All Cookies or Allow All in Cookie Preferences in the footer of this page.