codappix / search_core

TYPO3 CMS 8.x Extension with basic Integration of Elasticsearch
https://search-core.readthedocs.io/en/latest/
12 stars 9 forks source link

BUGFIX: Allow multiple instances with different configurations #140

Closed DanielSiepmann closed 6 years ago

DanielSiepmann commented 6 years ago

In order to use the plugin with different configurations on same site, we can not use ConfigurationContainerInterface as a Singleton. This would prevents us from using different configuration setups.