mirror of
https://github.com/Codappix/search_core.git
synced 2024-11-01 00:16:10 +01:00
Daniel Siepmann
92af364b8d
This extension currently ships with Elasticsearch integration which is enabled by default. This behaviour is kept for backwards compatibility. Still you now have the possibility to disable this integration in extension manager, just check the "disable" box for elasticsearch. In the future elasticsearch will become another extension and no default is shipped with search_core. But for now, as we are still in alpha / beta phase we keep things together to keep development fast. Resolves: #111
4 lines
132 B
Text
4 lines
132 B
Text
disable {
|
|
# cat=basic/enable; type=boolean; label=Disable Elasticsearch, which is enabled by default
|
|
elasticsearch = true
|
|
}
|