Type alias TMappedinOfflineAllSearchMatch

TMappedinOfflineAllSearchMatch: {
    matchesOn: string;
    term: string;
    value?: string;
    weight: number;
}

Type declaration

  • matchesOn: string

    What field the search matched on

  • term: string

    The term that was found

  • Optional value?: string

    The value of that field

  • weight: number

    Term's weight