Laurent Cazanove
Laurent Cazanove
## motivation The current test suite is seeding users and roles with Cypress by clicking on the CMS. This is effectively testing the Strapi-specific user journey of e.g. how to...
**Description** The Cypress tests have been failing for a while, we need to investigate why and fix it **Screenshots or Logs** See Cypress workflow runs: https://github.com/meilisearch/strapi-plugin-meilisearch/actions/workflows/cypress.yml
This issue follows the changes related to Meilisearch v1.15.0 [mega issue](https://github.com/meilisearch/integration-guides/issues/316). ## Description Update responses from the batches API to contain the [`batchStrategy` field](https://www.notion.so/meilisearch/v1-15-batch-updates-1d64b06b651f80edbe09dcdfed63161d#1d64b06b651f80488a5bdc2992ae63d6). For more context, see the related...
**Description** The following test is failing: ``` FAIL tests/search.test.ts > Test on abortable search > Master key: search should be aborted when reaching timeout AssertionError: expected value to not resolve...
_This is a draft PR to see CI results._ ## Related issue See #749 for discussion regarding v2.0 ## Summary by CodeRabbit - **Refactor** - Replaced custom JSON encoding/decoding exceptions...
**Description** Add `wait(int $timeoutInMs, int $intervalInMs)` method to Task class. **Basic example** So instead of: ```php $task = $this->client->createIndex('new-index', ['primaryKey' => 'objectID']); $task = $this->index->waitForTask($task->getTaskUid()); ``` We could write: ```php...
## Context This issue list changes related to `v2.0`. The goal is to consider all potential breaking changes and to package them in a single release. Now is the time...
This issue follows the changes related to Meilisearch v1.15.0 [mega issue](https://github.com/meilisearch/integration-guides/issues/316). ## Description Update responses from the batches API to contain the [`batchStrategy` field](https://www.notion.so/meilisearch/v1-15-batch-updates-1d64b06b651f80edbe09dcdfed63161d#1d64b06b651f80488a5bdc2992ae63d6). For more context, see the related...
This issue follows the changes related to Meilisearch v1.15.0 [mega issue](https://github.com/meilisearch/integration-guides/issues/316). ## Description Update the typo tolerance settings to allow [deactivating typo tolerance on high entropy words](https://meilisearch.notion.site/Deactivate-typo-tolerance-on-specific-kinds-of-terms-1a44b06b651f809d9cb7db67b322a4b8). For more context,...
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...