Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.43 KB

search-core.verticalresults.md

File metadata and controls

25 lines (17 loc) · 1.43 KB

Home > @yext/search-core > VerticalResults

VerticalResults interface

Represents results from a search vertical.

Signature:

export interface VerticalResults 

Properties

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.