onspring-api-sdk
    Preparing search index...

    Enumeration FilterOperators

    FilterOperators - The operators that can be used in a query filter

    Index
    And: "and"

    And - The and operator

    Can be used to create compound filters.

    Contains: "contains"

    Contains - The contains operator

    Can be used with list fields as well as their formula equivalents.

    Equal: "eq"

    Equal - The equal operator

    Can be used with text, auto-number, date, and number fields as well as their formula equivalents.

    GreaterThan: "gt"

    GreaterThan - The greater than operator

    Can be used with auto-number, date, and number fields as well as their formula equivalents.

    IsNull: "isnull"

    IsNull - The is null operator

    Can be used with text, date, and number fields as well as their formula equivalents.

    LessThan: "lt"

    LessThan - The less than operator

    Can be used with auto-number, date, and number fields as well as their formula equivalents.

    Not: "not"

    Not - The not operator

    Can be used to negate a filter and create compound filters.

    NotEqual: "ne"

    NotEqual - The not equal operator

    Can be used with text, auto-number, date, and number fields as well as their formula equivalents.

    NotNull: "notnull"

    NotNull - The not null operator

    Can be used with text, date, and number fields as well as their formula equivalents.

    Or: "or"

    Or - The or operator

    Can be used to create compound filters.