Type Alias SearchResult

type SearchResult = {
    qSearchGroupArray?: SearchGroup[];
    qSearchTerms?: string[];
    qTotalNumberOfGroups?: number;
}
Index

Properties

qSearchGroupArray?: SearchGroup[]

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.

qTotalNumberOfGroups?: number

Total number of groups.