functional-models
    Preparing search index...

    Type Alias PropertyOptions

    Options for a property query.

    type PropertyOptions = {
        caseSensitive?: boolean;
        endsWith?: boolean;
        equalitySymbol?: EqualitySymbol;
        startsWith?: boolean;
        type?: DatastoreValueType;
    }
    Index

    Properties

    caseSensitive?: boolean

    Is this a case sensitive search?

    endsWith?: boolean

    Is the value a endsWith query?

    equalitySymbol?: EqualitySymbol

    An equality symbol.

    startsWith?: boolean

    Is the value a startsWith query?

    The type of value