@yoch/frozenminisearch v1.3.0
    Preparing search index...

    Type Alias MatchInfo

    MatchInfo: { [term: string]: string[] }

    Match information for a search result: keys are terms that matched, values are the list of fields each term was found in.

    Type Declaration

    • [term: string]: string[]