Documentation
    Preparing search index...
    type Where = {
        _fts?: {
            fields: any[];
            schema?: string;
            searchTerm: string;
            table?: string;
        };
        eq?: Value[];
        not?: Where
        | symbol;
        or?: Where[];
        [key: string]: any;
    }

    Indexable

    • [key: string]: any
    Index

    Properties

    Properties

    _fts?: { fields: any[]; schema?: string; searchTerm: string; table?: string }
    eq?: Value[]
    not?: Where | symbol
    or?: Where[]