Laurent Cazanove
Laurent Cazanove
This issue follows the changes related to Meilisearch v1.14.0 [mega issue](https://github.com/meilisearch/integration-guides/issues/315). ## Description Update embedders API to be compatible with Meilisearch v1.14.0 For more context, see the related issue in...
This issue follows the changes related to Meilisearch v1.14.0 [mega issue](https://github.com/meilisearch/integration-guides/issues/315). ## Description Update the settings API to handle the new `filterableAttributes` syntax. For more context, see the related issue...
This issue follows the changes related to Meilisearch v1.14.0 [mega issue](https://github.com/meilisearch/integration-guides/issues/315). ## Description Add `progressTrace`, `writeChannelCongestion`, and `internalDatabaseSizes` to batches `stats`. > [!warning] > Do not type the fields inside...
This issue follows the changes related to Meilisearch v1.14.0 [mega issue](https://github.com/meilisearch/integration-guides/issues/315). ## Description Update the SDK to allow retrieving documents by ID. For more context, see the related issue in...
*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 a feature introduced in [Meilisearch v1.12.0](https://github.com/meilisearch/meilisearch/releases/tag/v1.12.0): the **batches API**. For more information refer to the docs: - [Batches...
*Following the [changes related to Meilisearch v1.12.0 mega issue](https://github.com/meilisearch/integration-guides/issues/307)* ## Description Add a feature introduced in [Meilisearch v1.12.0](https://github.com/meilisearch/meilisearch/releases/tag/v1.12.0): the `reverse` parameter when fetching tasks. For more information refer to the...
*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:...
## 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...