Tags: meilisearch/meilisearch-symfony
Tags
Merge #371 371: Fix: Container extension "meili_search" is not registered. r=norkunas a=pan93412 # Pull Request ## Related issue #370 (comment) ## What does this PR do? "meili_search" does not match the bundle name, "meilisearch," which causes some strange bugs, such as this issue. I have completed a basic smoke test of PHP and YAML. I can confirm that the PHP configuration is now working with the Meilisearch bundle, while the old YAML configuration should function as it did before. ```bash $ php bin/console meilisearch:import --update-settings Importing for index App\Entity\Question Indexed a batch of 70 / 70 App\Entity\Question entities into dev_questions index (70 indexed since start) Setting "filterableAttributes" updated of "dev_questions". Setting "sortableAttributes" updated of "dev_questions". Done! ``` ## PR checklist Please check if your PR fulfills the following requirements: - [x] Does this PR fix an existing issue, or have you listed the changes applied in the PR description (and why they are needed)? - [x] Have you read the contributing guidelines? - [x] Have you made sure that the title is accurate and descriptive of the changes? Thank you so much for contributing to Meilisearch! Co-authored-by: Yi-Jyun Pan <pan93412@gmail.com>
Merge #331 331: SearchCutoffMs setting r=curquiza a=norkunas # Pull Request ## Related issue Fixes #<issue_number> ## What does this PR do? - Adds support for searchCutoffMs setting ## PR checklist Please check if your PR fulfills the following requirements: - [ ] Does this PR fix an existing issue, or have you listed the changes applied in the PR description (and why they are needed)? - [x] Have you read the contributing guidelines? - [x] Have you made sure that the title is accurate and descriptive of the changes? Co-authored-by: Tomas <norkunas.tom@gmail.com>
Merge #326 326: Update version for the next release (v0.15.0) r=curquiza a=meili-bot _This PR is auto-generated._ The automated script updates the version of meilisearch-symfony to a new version: "v0.15.0" Co-authored-by: meili-bot <74670311+meili-bot@users.noreply.github.com>
PreviousNext