Operator List

Comparison ListSyntax
Fixed Value ComparisonaMemberName (< or <= or == or > or >= or !=) aValue
Element Value ComparisonaMemberName (< or <= or == or > or >= or !=) bMemberName
ModuloaMemberName % X (== or !=) Y
RegexaMemberName =~ aJavaRegex
INaMemberName IN ["value1", "value2", "value3"]
CONTAINSaMemberName CONTAINS ["value1", "value2", "value3"]
WITHIN (distance)location WITHIN 5 MILES OF [40.703987, -73.986759]
WITHIN (bounds)location WITHIN [[0,0],[0,10],[10,10],[10,0]]
EXISTSEXISTS aMemberName
AGEAGE (< or <= or == or > or >=) msSinceCreated (TIMEUNIT) or AGE('fieldname') (< or <= or == or > or >=) msSinceCreated (TIMEUNIT)
MATCHESMATCHES /aJavaRegex/
NOTNOT aFilterRule