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 88aeb22 commit 594b63bCopy full SHA for 594b63b
src/adapter/search-response-adapter.ts
@@ -39,7 +39,7 @@ export function adaptSearchResponse<T>(
39
)
40
41
const nbPages = ceiledDivision(
42
- hits.length,
+ searchResponse.hits.length,
43
instantMeiliSearchContext.hitsPerPage
44
45
0 commit comments