File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 99 ClearRefinements ,
1010 RefinementList ,
1111 Configure ,
12+ Stats ,
1213} from 'react-instantsearch-dom'
1314import './App.css'
1415import { instantMeiliSearch } from '../../../src/index'
@@ -40,6 +41,7 @@ class App extends Component {
4041 indexName = "steam-video-games"
4142 searchClient = { searchClient }
4243 >
44+ < Stats />
4345 < div className = "left-panel" >
4446 < ClearRefinements />
4547 < h2 > Genres</ h2 >
Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ export function instantMeiliSearch(
129129 ...( exhaustiveFacetsCount && { exhaustiveFacetsCount } ) ,
130130 exhaustiveNbHits,
131131 nbHits,
132- processingTimeMs,
132+ processingTimeMS : processingTimeMs ,
133133 query,
134134 ...( pagination && pagination ) ,
135135 hits : ISHits , // Apply pagination + highlight
You can’t perform that action at this time.
0 commit comments