Interface
Results from an item or group search.
Type parameters
Properties
Property | Type | Notes |
---|---|---|
aggregations | { counts: { fieldName: string; fieldValues: { count: number; value: any }[] }[] } | Aggregations will only be present on item searches when |
nextStart | number | |
num | number | |
query | string | |
results | T[] | |
start | number | |
total | number |
aggregations
optional
Interface Propertyaggregations: { counts: { fieldName: string; fieldValues: { count: number; value: any }[] }[] }
Aggregations will only be present on item searches when fieldCounts
are requested.
Type declaration
Methods
Method | Returns |
---|---|
nextPage() | Promise<ISearchResult<T>> |
nextPage
optional
Interface MethodnextPage(): Promise<ISearchResult<T>>
Returns
Promise<ISearchResult<T>>