typesense / typesense-dart

Dart client for Typesense
https://typesense.org/docs
Apache License 2.0
73 stars 16 forks source link

Update `exportJSONL` function in `Documents` class. #92

Closed happy-san closed 3 years ago

happy-san commented 3 years ago

Documents.exportJSONL can now take parameters for filtering.

Equivalent change made to the Python client to support this: typesense/typesense-python@aee8299