FieldOperand provides a number of methods to form filters in [[Search. where]].

Type parameters

  • T: Type

Hierarchy

Properties

Readonly not

not: this

Logical negation.

Methods

eq

  • The field’s value is equal to the one of another field or constant, or it is undefined.

    Parameters

    Returns Filter

gt

  • The field’s value is greater than the one of another field or constant.

    Parameters

    Returns Filter

gte

  • The field’s value is greater than or equal to the one of another field or constant.

    Parameters

    Returns Filter

in

  • The field is included in a Many/Multiple type field as an item.

    Parameters

    Returns Filter

lt

  • The field’s value is less than the one of another field or constant.

    Parameters

    Returns Filter

lte

  • The field’s value is less than or equal to the one of another field or constant.

    Parameters

    Returns Filter

neq

  • The field’s value is not equal to the one of another field or constant, or it is defined.

    Parameters

    Returns Filter