Type Alias SearchFieldDictionary

type SearchFieldDictionary = {
    qField?: number;
    qResult?: SearchTermResult[];
}
Index

Properties

Properties

qField?: number

Position of the field in the list of fields, starting from 0. The list of fields is defined in qResults/qFieldNames and contains the search associations.

qResult?: SearchTermResult[]

List of the matching values. The maximum number of values in this list is set by qMaxNbrFieldMatches .