SearchPage Class
Assembly: Qlik.Engine.dll
Inheritance
- 
      System.Object
      - SearchPage
 
Syntax
[ValueClass]
public class SearchPage : ISearchPageConstructors
| Name | Description | 
|---|---|
| SearchPage() | 
Properties
| Name | Description | 
|---|---|
| Count | Number of search groups to return (in  JSON property name: qCount | 
| GroupItemOptions | Options of the search group items. If this property is not set, all values are returned. This property is to be used with the  JSON property name: qGroupItemOptions | 
| GroupOptions | Options of the search groups. If this property is not set, all values are returned. This property is to be used with the  JSON property name: qGroupOptions | 
| MaxNbrFieldMatches | Maximum number of matching values to return per search result. The default value is -1; all values are returned. This property is to be used with the  JSON property name: qMaxNbrFieldMatches | 
| Offset | Position from the top, starting from 0. If the offset is set to 0, the first search result to be returned is at position 0. JSON property name: qOffset |