Home > @yext/search-core > BaseSearchConfig
The base configuration options for SearchCore.
Signature:
export interface BaseSearchConfig
Property | Type | Description |
---|---|---|
additionalQueryParams? | { [key: string]: string | number | boolean; } | (Optional) Additional query params added on to every request. |
endpoints? | Endpoints | (Optional) Overrides for the URLs which are used when making requests to the Search API. |
experienceKey | string | The experience key of the search experience. |
experienceVersion? | 'STAGING' | 'PRODUCTION' | string | number | (Optional) The version of the search experience configuration. |
locale | string | The locale of the search experience. |
visitor? | Visitor | (Optional) Information used to associate requests with a particular user. |