@timlassiter11/yatl
    Preparing search index...

    Interface YatlSearchResult<T>

    interface YatlSearchResult<T extends object = UnspecifiedRecord> {
        item: T;
        matches: RowMatchIndices<T>;
        rank: number;
        score: number;
    }

    Type Parameters

    Index

    Properties

    Properties

    item: T
    matches: RowMatchIndices<T>
    rank: number
    score: number