Home > @yext/search-core > SearchCore > verticalAutocomplete
Performs an autocomplete request for a single vertical.
Signature:
verticalAutocomplete(request: VerticalAutocompleteRequest): Promise<AutocompleteResponse>;
Parameter |
Type |
Description |
---|---|---|
request |
Vertical autocomplete request options |
Promise<AutocompleteResponse>
If rejected, the reason will be an SearchError.