Commit 71502b1
authored
fix(typesense): remove builder limit assignment on paginate (#858)
- Remove assignment of `perPage` to builder's limit attribute
- Allows for accurate total record count beyond `perPage` value
- Addresses interaction issue between `Builder` and `TypesenseEngine`
- Ensures correct limit setting for Typesense server queries1 parent 2d3131a commit 71502b1
1 file changed
+0
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
205 | 205 | | |
206 | 206 | | |
207 | 207 | | |
208 | | - | |
209 | | - | |
210 | 208 | | |
211 | 209 | | |
212 | 210 | | |
| |||
0 commit comments