Type Alias SearchAssociationResult

type SearchAssociationResult = {
    qFieldDictionaries?: SearchFieldDictionary[];
    qFieldNames?: string[];
    qSearchTerms?: string[];
    qSearchTermsMatched?: SearchMatchCombinations[];
    qTotalSearchResults?: number;
}
Index

Properties

qFieldDictionaries?: SearchFieldDictionary[]

Information about the fields containing search hits.

qFieldNames?: string[]

List of the fields that contains search associations.

qSearchTerms?: string[]

List of the search terms.

qSearchTermsMatched?: SearchMatchCombinations[]

List of search results. The maximum number of search results in this list is set by qPage/qCount .

qTotalSearchResults?: number

Total number of search results. This number is not limited by qPage/qCount .