packagist meilisearch/search-bundle v0.13.0
v0.13.0 🎵

latest releases: dev-staging, dev-main, dev-dependabot/composer/phpunit/php-code-coverage-tw-11.0.8...
2 years ago

🚀 Enhancements

  • Fix deprecations (#259) @norkunas

  • Allow using services for settings (#253) @norkunas
    Define a service that implements Meilisearch\Bundle\SettingsProvider.
    And then use the new service definition in the meilisearch.yml config file:

    Example:

         ....
            - name: index_name
              class: 'Your\Path\Entity\IndexWithDynamicSettings'
              settings:
                  stopWords:
                      _service: '@Your\Path\Services\StopWords'
                  synonyms:
                      _service: '@Your\Path\Services\Synonyms'
    
          services:
              Your\Path\:
                  resource: '../Services/'

Thanks again to @norkunas! 🎉

Don't miss a new search-bundle release

NewReleases is sending notifications on new releases.