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 1f7bc19 commit eef06afCopy full SHA for eef06af
components/SearchClientComponent.tsx
@@ -47,12 +47,12 @@ function SearchClientComponentInner({
47
<div className="container mx-auto px-4 relative">
48
<div className="relative z-10">
49
<InstantSearch
50
- indexName="test_apis_guru"
+ indexName="prod_apis_guru"
51
searchClient={searchClient}
52
initialUiState={{
53
- test_apis_guru: {
+ prod_apis_guru: {
54
query: initialCombinedSearchTerm,
55
- sortBy: "test_apis_guru_by_name_asc",
+ sortBy: "prod_apis_guru_by_name_asc",
56
},
57
}}
58
>
0 commit comments