Interface
Results from an item or group search.
Type parameters
Properties
Property | Type | Notes |
---|---|---|
{ counts: { fieldName: string; fieldValues: { count: number; value: any }[] }[] } | Aggregations will only be present on item searches when | |
number | ||
number | ||
string | ||
T[] | ||
number | ||
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>>