Interface MatchInfo

Match information for a search result. It is a key-value object where keys are terms that matched, and values are the list of fields that the term was found in.

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

Indexable

[term: string]: string[]

Generated using TypeDoc