functional-models
    Preparing search index...

    Type Alias PropertyOptions

    Options for a property query.

    type PropertyOptions = {
        caseSensitive?: boolean;
        endsWith?: boolean;
        equalitySymbol?: EqualitySymbol;
        includes?: boolean;
        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.

    includes?: boolean

    Is the value a includes query?

    startsWith?: boolean

    Is the value a startsWith query?

    The type of value