: Parameter Types and Operators
Focus
Focus

Parameter Types and Operators

Table of Contents

Parameter Types and Operators

The following table lists the parameter types and corresponding operators for Tag Identifiers:
Parameter Type
Available Operators
alias
contains
,
does not contain
,
proximity
bool
is true
,
is false
,
has no value
,
has any value
date
is in the range
,
is after
,
is before
,
is
,
has no value
,
has any value
exactString
is
,
is not
,
has no value
,
has any value
exactStringList
is
,
is not
,
is in the list
,
is not in the list
,
has no value
,
has any value
exactStringListRegexp
is
,
is not
,
is in the list
,
is not in the list
,
has no value
,
has any value
,
regexp
ipAddress
is
,
is not
,
is in the range
,
has no value
,
has any value
number
is
,
is not
,
is in the range
,
greater than
,
greater than or equal
,
less than
,
less than or equal
,
has no value
,
has any value
numberString
is
,
is not
select
is
,
is not
,
is in the list
,
is not in the list
,
has no value
,
has any value
simpleSelect
is
,
is not
,
is in the list
,
is not in the list
simpleStringList
is
,
is not
,
is in the list
,
is not in the list
singleSelect
is
,
is not
singleSelectVal
is
,
is not
,
has no value
,
has any value
string
contains
,
does not contain
,
has no value
,
has any value
stringList
contains
,
does not contain
,
is in the list
,
is not in the list
,
has no value
,
has any value
stringProx
contains
,
does not contain
,
has no value
,
has any value
,
proximity
,
regexp
tagList
is in the list
,
is not in the list
,
has no value
,
has any value
typeAheadSelect
is
,
is not
,
is in the list
,
is not in the list

Recommended For You