Home > @yext/search-core > VerticalResults
Represents results from a search vertical.
Signature:
export interface VerticalResults
Property | Type | Description |
---|---|---|
appliedQueryFilters | AppliedQueryFilter[] | A array of AppliedQueryFilters which were applied to the vertical results. |
queryDurationMillis | number | The duration of the query in milliseconds. |
results | Result[] | An array of search Results for the vertical. |
resultsCount | number | The total number of results within the vertical. |
source | Source | Represents the source of a Result. |
verticalKey | string | The vertical key associated with the vertical results. |