Type Alias SearchGroupItemOptions

type SearchGroupItemOptions = {
    qCount?: number;
    qGroupItemType?: SearchGroupItemType;
    qOffset?: number;
}
Index

Properties

qCount?: number

Maximum number of matches per item (in qItemMatches[ ] ). The default value is -1: all values are returned.

qGroupItemType?: SearchGroupItemType

Type of the group item. Can be:

  • GenericObject: the type of the search group item is a generic object. Group items have this type when you are calling SearchObjects .
  • Field: the type of the search group item is a field. Group items have this type when you are calling SearchResults .

One of:

  • Field or FIELD
  • GenericObject or GENERIC_OBJECT
qOffset?: number

Position starting from 0. The default value is 0.