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.
2 parents de56de6 + 0aa839d commit 6d9b636Copy full SHA for 6d9b636
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