Laurent Cazanove
Laurent Cazanove
*Following the [changes related to Meilisearch v1.13.0 mega issue](https://github.com/meilisearch/integration-guides/issues/314):* ## Description Update the [`stats` object](https://www.meilisearch.com/docs/reference/api/stats#stats-object?utm_campaign=oss&utm_source=github) to include the new **documents database metrics**. For further reference, see the related [Meilisearch engine...
*Following the [changes related to Meilisearch v1.13.0 mega issue](https://github.com/meilisearch/integration-guides/issues/314):* ## Description Update the [`stats` object](https://www.meilisearch.com/docs/reference/api/stats#stats-object?utm_campaign=oss&utm_source=github) to include the new embbedings database metrics. For further reference, see the related [Meilisearch engine...
*Following the [changes related to Meilisearch v1.13.0 mega issue](https://github.com/meilisearch/integration-guides/issues/314):* ## Description Implement the **experimental feature** for [remote federated search requests](https://www.meilisearch.com/docs/learn/multi_search/implement_sharding?utm_campaign=oss&utm_source=github). For further reference, see the related [Meilisearch engine issue](https://github.com/meilisearch/meilisearch/issues/4980). ##...
*Following the [changes related to Meilisearch v1.12.0 mega issue](https://github.com/meilisearch/integration-guides/issues/307)* ## Description Add features introduced in [Meilisearch v1.12.0](https://github.com/meilisearch/meilisearch/releases/tag/v1.12.0): the `facetSearch` and `prefixSearch` index settings. For more information refer to the docs:...
## Description [Meilisearch v1.26](https://github.com/meilisearch/meilisearch/releases/tag/v1.26.0) allows attaching custom metadata to document addition or update tasks. We want to update this SDK's methods for documents addition and update to accept an optional...
## Description Meilisearch v1.23 introduced a new [Compact database](https://www.meilisearch.com/docs/reference/api/compact#compact-database) API endpoint. We want to add support for this compacting database indexes in this SDK. ## Tasks - [ ] Add...
## Context We want to update the SDK to support [Meilisearch 1.18](https://github.com/meilisearch/meilisearch/releases/tag/v1.18.0) features. ## Description When search requests include the `retrieveVectors` parameters, the API responses will now include a `queryVector`...
## Context We want to update the SDK to support [Meilisearch 1.19](https://github.com/meilisearch/meilisearch/releases/tag/v1.19.0) features. ## Description Meilisearch now supports sharding to enable horizontal scaling. [Read the docs](https://www.meilisearch.com/docs/learn/multi_search/implement_sharding#implement-sharding-with-remote-federated-search-) for more context on...
This issue follows the [mega issue](https://github.com/meilisearch/integration-guides/issues/317) of changes related to v1.16. ## Description We want to update this SDK to allow using **indexing and search fragments** to enable **multi-modal search**....
This issue follows [mega issue](https://github.com/meilisearch/integration-guides/issues/317) of changes related to v1.16. ## Description We want to update this SDK to allow sorting on the documents API. This feature is introduced in...