typesense / typesense-js

JavaScript / TypeScript client for Typesense
https://typesense.org/docs/api
Apache License 2.0
393 stars 74 forks source link

Missing Pagination Params `offset` and `limit` #172

Closed danimt closed 11 months ago

danimt commented 11 months ago

Description

From v0.25.0 two new params were added: offset and limit. https://typesense.org/docs/latest/api/search.html#pagination-parameters

Expected Behavior

Add new params to SearchParams interface. https://github.com/typesense/typesense-js/blob/master/src/Typesense/Documents.ts#L37

Possibly other places might need it as well. e.g. https://github.com/typesense/typesense-js/blob/master/src/Typesense/Documents.ts#L138

Actual Behavior

Parameters are missing.

jasonbosco commented 11 months ago

@danimt Could you try this with v1.7.2-1?