Type Alias SearchValueResult

type SearchValueResult = {
    qFieldMatches?: SearchFieldValueItem[];
    qSearchTerms?: string[];
}
Index

Properties

qFieldMatches?: SearchFieldValueItem[]

List of search groups. The groups are numbered from the value of SearchPage.qOffset to the value of SearchPage.qOffset + SearchPage.qCount .

qSearchTerms?: string[]

List of the search terms.