Enums
/
ItemsQueryRuleOperator

ItemsQueryRuleOperator

The operator to use for the value comparison

Valid values

  • any_of
    string
    Any of the values
  • between
    string
    Between the two values
  • contains_terms
    string
    Contains all the terms
  • contains_text
    string
    Contains the text
  • ends_with
    string
    Ends with the value
  • greater_than
    string
    Greater than the value
  • greater_than_or_equals
    string
    Greater than or equal to the value
  • is_empty
    string
    Empty value
  • is_not_empty
    string
    Not empty value
  • lower_than
    string
    Lower than the value
  • lower_than_or_equal
    string
    Lower than or equal to the value
  • not_any_of
    string
    None of the values
  • not_contains_text
    string
    Does not contain the text
  • starts_with
    string
    Starts with the value
  • within_the_last
    string
    Within the last
  • within_the_next
    string
    Within the next
ItemsQueryOperatorKind
Built with