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 051498e commit 0a656aaCopy full SHA for 0a656aa
React InstantSearch/multi-index-hits/src/App.js
@@ -23,17 +23,13 @@ class App extends Component {
23
<SearchBox />
24
25
<Index indexName="instant_search">
26
- <h2>
27
- index: <code>instant_search</code>
28
- </h2>
+ <h2>index: instant_search</h2>
29
<Configure hitsPerPage={8} />
30
<Hits hitComponent={Hit} />
31
</Index>
32
33
<Index indexName="bestbuy">
34
35
- index: <code>bestbuy</code>
36
+ <h2>index: bestbuy</h2>
37
<Configure hitsPerPage={16} />
38
39
0 commit comments