Laurent Cazanove
Laurent Cazanove
# Pull Request ## What does this PR do? - Update the `publish.yml` workflow to [allow generating OIDC tokens](https://docs.npmjs.com/trusted-publishers#github-actions-configuration) ## PR checklist Please check if your PR fulfills the following...
## 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...
This issue follows the changes related to Meilisearch v1.16.0 [mega issue](https://github.com/meilisearch/integration-guides/issues/317). ## Description Add the necessary methods to interact with the [export API](https://www.meilisearch.com/docs/reference/api/export). For more context, see the related issue...
## 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`...
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...
This issue follows the changes related to Meilisearch v1.16.0 [mega issue](https://github.com/meilisearch/integration-guides/issues/317). ## Description Add the necessary methods to interact with the [chats API](https://www.meilisearch.com/docs/reference/api/chats). You can learn how to use the...
## 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...
This issue follows the changes related to Meilisearch v1.16.0 [mega issue](https://github.com/meilisearch/integration-guides/issues/317). ## Description Add the necessary methods to interact with the [export API](https://www.meilisearch.com/docs/reference/api/export). For more context, see the related issue...
The Data class implements `ArrayAccess` but lacks explicit parameter types in its method signatures. File: `src/Contracts/Data.php` Action: Update the following method signatures to include `mixed` types: 1. `offsetSet($offset, $value): void`...