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

Python wrapper for the Meilisearch API

Results 45 meilisearch-python issues
Sort by recently updated
recently updated
newest added
trafficstars

# Pull Request ## What does this PR do? Fixes #508 ## PR checklist Please check if your PR fulfills the following requirements: - [X] Does this PR fix an...

Bumps [types-requests](https://github.com/python/typeshed) from 2.28.5 to 2.28.8. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=types-requests&package-manager=pip&previous-version=2.28.5&new-version=2.28.8)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: #...

dependencies
skip-changelog

**Description** Currently, the python SDK contains only a few classes including `Index` and `Client`. it would be nice to implement all the resources returned by the API of `Meilisearch` in...

enhancement

Following the integration-guides issue [#201](https://github.com/meilisearch/integration-guides/issues/201) we must implement the automatic documentation in this SDK. - [ ] Decide which module will be used, [good reference](https://medium.com/@peterkong/comparison-of-python-documentation-generators-660203ca3804) which compares multiple alternatives. -...

documentation

For my projects that use Python and Docker together I have created an autouse session scoped fixture to automatically start the Docker container if it isn't running. The way it...

enhancement

⚠️ This issue is generated, it means the nameing might be done differently in this package (ex: `add_documents_json` instead of `addDocumentsJson`). Keep the already existing way of naming in this...

enhancement
good first issue
hacktoberfest

See this [thread](https://github.com/meilisearch/meilisearch-python/pull/443#discussion_r857491258) for context: To enjoy the advantages of types, we should consider adding more complex types to this repo. As per the [thread](https://github.com/meilisearch/meilisearch-python/pull/443#discussion_r857491258) @brunoocasali asking if it is...

enhancement
hacktoberfest

**Description** A way to have an asynchronous friendly (non-blocking) Python APIs. **Basic example** Can be used with other async enabled web server/framework like Sanic or FastAPI. **Other** How Elasticsearch built...

question

### Description [**Documents** Documentation Page (#_get-one-document_)](https://docs.meilisearch.com/reference/api/documents.html#get-one-document) suggests using `int`, while the current implementation requires `str`. Same with `delete_document` and `delete_documents`. ### Solution Adjust the method signature parameter or documentation. Currently,...

enhancement
question

**Description** A small "in memory" cache system as a decorator (not talking about lru_cache and its cousins...), talking about a customizable cache with a TTL... **Basic example** Inside the class...

enhancement
hacktoberfest