Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Supported query operations

The following encoded query operators are supported for creating context objects.

  • ">="
  • "!="
  • "<="
  • "="
  • ">"
  • "<"
  • "IS_NOT_NULL"
  • "ISNOTEMPTY"
  • "NOT_CONTAINS"
  • "EMPTYSTRING"
  • "STARTSWITH"
  • "ANYTHING"
  • "ENDSWITH"
  • "ISEMPTY"
  • "IS_NULL"
  • "CONTAINS"
  • "NOT LIKE"
  • "BETWEEN"
  • "LIKE"
  • "DYNAMIC"
  • "NOT_IN"
  • "IN"
  • "ON"
  • "INSTANCEOF"

Parent Topic:Query Generation reference