Type alias MatchInfo

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

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.

Type declaration

  • [term: string]: string[]

Generated using TypeDoc