SearchGroup
Properties
Name | Description | Type |
---|---|---|
qId | Identifier of the search group. |
Integer |
qGroupType | Type of the search group. One of:
|
String |
qSearchTermsMatched | Indexes of the search terms that are included in the group. These search terms are related to the list of terms defined in SearchResult.qSearchTerms . |
Array of Integers |
qTotalNumberOfItems | Total number of distinct items in the search group. |
Integer |
qItems | List of items in the search group. The group items are numbered from the value of SearchGroupOptions.qOffset to the value of SearchGroupOptions.qOffset + SearchGroupOptions.qCount |
Array of SearchGroupItem |