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

Do not register ElasticSearch Connection by default in ext_localconf.php #111

Closed martinhummer closed 6 years ago

martinhummer commented 6 years ago

search_core registers the ElasticSearch Connection by default in ext_localconf.php: https://github.com/Codappix/search_core/blob/develop/ext_localconf.php#L40

It should be possible not to use ElasticSearch at all.

DanielSiepmann commented 6 years ago

We will split search_core and search_elasticsearch in the future. Due to the lack of time (no one will pay that) it will not happen very soon.

We therefore have to make the current state compatible.

Possible solutions are: