Fires2REST - v0.3.0
    Preparing search index...

    Interface UnaryFilter

    A filter on a single field for unary operators

    interface UnaryFilter {
        field: FieldReference;
        op: "IS_NAN" | "IS_NULL" | "IS_NOT_NAN" | "IS_NOT_NULL";
    }
    Index

    Properties

    Properties

    The field to apply the filter on

    op: "IS_NAN" | "IS_NULL" | "IS_NOT_NAN" | "IS_NOT_NULL"

    The unary operator to apply