Rémi Garcia
Rémi Garcia
**API Platform version(s) affected**: 2.6.4 **Description** When making a request in an ApiTestCase with a FormDataPart, the `$request->files` is empty on the controller side. **How to reproduce** Here is my...
# Pull Request ## Related issue Fixes #344 ## What does this PR do? - add a configuration setting `repository_method` in the indices - when the command `meilisearch:import` is invoked,...
**Description** The `Meilisearch\Bundle\Command\MeilisearchImportCommand` command (`meilisearch:import`) uses the `findBy` method by default on the repository of the entities to index. There is no possibility to pass parameters to this command to...