We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c87fcca commit 0aa839dCopy full SHA for 0aa839d
components/Search/MobileSearch.component.jsx
@@ -19,7 +19,7 @@ const MobileSearch = () => {
19
return (
20
<>
21
<div className="inline mt-4">
22
- <InstantSearch indexName="wp_posts_product" searchClient={searchClient}>
+ <InstantSearch indexName={WOO_CONFIG.ALGOLIA_INDEX_NAME} searchClient={searchClient}>
23
<SearchBox
24
translations={{
25
submitTitle: 'Søk',
0 commit comments