Documentation

FilterOperators
in package

Table of Contents

BEGINS_WITH  = 'begins_with'
BETWEEN  = 'between'
CONTAINS  = 'contains'
ENDS_WITH  = 'ends_with'
EQUAL  = 'equal'
GREATER  = 'greater'
GREATER_OR_EQUAL  = 'greater_or_equal'
IN  = 'in'
IS_EMPTY  = 'is_empty'
IS_NOT_EMPTY  = 'is_not_empty'
IS_NOT_NULL  = 'is_not_null'
IS_NULL  = 'is_null'
LESS  = 'less'
LESS_OR_EQUAL  = 'less_or_equal'
NOT_BEGINS_WITH  = 'not_begins_with'
NOT_BETWEEN  = 'not_between'
NOT_CONTAINS  = 'not_contains'
NOT_ENDS_WITH  = 'not_ends_with'
NOT_EQUAL  = 'not_equal'
NOT_IN  = 'not_in'

Constants

GREATER_OR_EQUAL

public string GREATER_OR_EQUAL = 'greater_or_equal'

Search results