IAnnoSearchResult

Interface

Extends

Properties

Property Type Notes
results IAnnoItem[]
nextStart Inherited number
num Inherited number
query Inherited string
start Inherited number
total Inherited number
aggregations Optional Inherited {
counts:
Array<{
fieldName:
string
fieldValues:
Array<{
count:
number
value:
any
}>
}>
}

Aggregations will only be present on item searches when fieldCounts are requested.

nextPage Optional Inherited function() : Promise<ISearchResult<IItem>>

Interface defined in packages/annotations/src/util.ts:8