github meilisearch/meilisearch-symfony v0.13.0
v0.13.0 🎵

latest releases: v0.15.5, v0.15.4, v0.15.3...
15 months 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 meilisearch-symfony release

NewReleases is sending notifications on new releases.