algoliasearch-client-python icon indicating copy to clipboard operation
algoliasearch-client-python copied to clipboard

⚡️ A fully-featured and blazing-fast Python API client to interact with Algolia.

Results 39 algoliasearch-client-python issues
Sort by recently updated
recently updated
newest added

The spec for this new test is described here: https://github.com/algolia/algoliasearch-client-specs/pull/34

Chore

Looking at the retry specs, we see that: ``` When retrying, use the next host in your array. When retrying because of a timeout, raise the timeouts like this: number_of_tries...

Bug

The Python API client throws a runtime exception while attempting to desialize a non json response. Note that, as described on the JavaScript API Client, we should **NOT** deserialise responses...

Bug

https://github.com/algolia/algoliasearch-client-specs-internal/issues/30

API feature

- Algolia Client Version: latest ### Description On the Algolia PHP Client, there is the logger feature that allow us to log what happens when a `search`|or other method is...

Discussion
Good First Issue

- Algolia Client Version: Latest - Language Version: Python3.8 ### Description I am trying run search queries using a secured api key with this library. It does not appear SearchClient...

I have a dictionary with records that I'm trying to use to generate an index. But when trying to do ```python request_options = { "autoGenerateObjectIDIfNotExist":True, } index.replace_all_objects(records, request_options) ``` I...

| Q | A | ----------------- | ---------- | Bug fix? | no | New feature? | no | BC breaks? | no | Related Issue | no | Need...

- Algolia Client Version: 2.5.0 (I see that 3.0 was released 3 days ago, not sure if that resolves this) - Language Version: Python 3.9.7 ### Description Client throws `algoliasearch.exceptions.AlgoliaUnreachableHostException`:...

- Algolia Client Version: 3.0.0 - Language Version: 3.11.4 ### Description I'm trying to use `SearchIndex.browse_objects_async`, but I'm running into an issue with the async iterator, `ObjectIteratorAsync`. This is the...

Fixed in v4