You are reading the documentation for v7.x and earlier, which is no longer the latest version. Switch to v8.x
SearchSuggestionsProps
Properties for fetching product search suggestions.
export interface SearchSuggestionsProps extends BaseProps {
max?: number;
searchTerm: string;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
max | Optional | number | Maximum number of results to be returned. |
searchTerm | Required | string | Search term to return product search suggestions for. |