Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 queries
- Loading branch information