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 2ec8b3e commit 2cf6344Copy full SHA for 2cf6344
src/index.ts
@@ -73,7 +73,7 @@ export function instantMeiliSearch(
73
if (this.pagination) {
74
const nbPage = page || 0
75
const start = nbPage * this.hitsPerPage!
76
- const slicedMeiliSearchHits = meiliSearchHits.slice(
+ const slicedMeiliSearchHits = meiliSearchHits.splice(
77
start,
78
this.hitsPerPage
79
)
0 commit comments