Type Alias SearchMatchCombination

type SearchMatchCombination = {
    qFieldMatches?: SearchFieldMatch[];
    qId?: number;
}
Index

Properties

Properties

qFieldMatches?: SearchFieldMatch[]

Information about the search matches.

qId?: number

Index of the search result, starting from 0.