Home > @yext/search-core > VerticalSearchResponse
A representation of a response from a vertical search.
Signature:
export interface VerticalSearchResponse
Property |
Modifiers |
Type |
Description |
---|---|---|---|
(Optional) A representation of a response from a vertical search. | |||
(Optional) The VerticalResults for each search vertical. | |||
(Optional) A direct answer to a search. | |||
(Optional) An array of Facets associated with the search results. | |||
(Optional) Information about the user's location. | |||
string |
The ID of the query. | ||
(Optional) Data returned from the Search query rules system. | |||
(Optional) An array of SearchIntents. | |||
(Optional) A spellcheck response from a search query. | |||
string |
A unique id which corresponds to the request. | ||
Represents results from a search vertical. |