typesense-python icon indicating copy to clipboard operation
typesense-python copied to clipboard

Python client for Typesense: https://github.com/typesense/typesense

Results 40 typesense-python issues
Sort by recently updated
recently updated
newest added

## Change Summary ## PR Checklist - [x] I have read and signed the [Contributor License Agreement](https://forms.gle/PZyiY5N2GDQU8GsV9).

## Description This is more of a question/enhanchement! Does typesense-python have support for asynchronous environments? By this I mean: - Are functions that change search indices (save/delete objects, creating/deleting a...

Current version is lacking support for the != on numerical fields.

## Description When I query with "page": 1, then `Exception: TypesenseQueryError: {'code': 400, 'error': 'Parameter 'page' must be an unsigned integer.'}` is returned It seems like following line is causing...

Bumps [requests](https://github.com/psf/requests) from 2.22.0 to 2.31.0. Release notes Sourced from requests's releases. v2.31.0 2.31.0 (2023-05-22) Security Versions of Requests between v2.3.0 and v2.30.0 are vulnerable to potential forwarding of Proxy-Authorization...

dependencies

## Description I have two string fields that are part of my filter_by query: `first_data` and `second_data`. Either of these fields can have a value or none of them. Their...

There is not much information about what improvements are being provided in any release, tagging them and providing a few notes it would add more visibility

The Python client has no support for cluster operations like metrics, health and stats although they are documented :)

## Description Client should be able to handle None on key values. ``` File "/site-packages/typesense/documents.py", line 42, in upsert return self.api_call.post(self._endpoint_path(), document, params) File "/site-packages/typesense/api_call.py", line 145, in post timeout=self.config.connection_timeout_seconds)...

## Description Our installation scheme is to install typesense as a subdirectory, so the url is https://xxx.yyy.ch/search. But with typesense-python I cannot connect. Restful (tested with Postman) it works. Is...