search_core/Documentation/source/installation.rst
Daniel Siepmann 92af364b8d
FEATURE: Allow to disable elasticsearch integration
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
2018-02-22 20:56:51 +01:00

943 B

Installation

The extension can be installed through composer:

composer require "leonmrni/search_core dev-master as 1.0.x-dev"

or by downloading and placing it inside the typo3conf/ext-Folder of your installation. In that case you need to install all dependencies yourself. Dependencies are:

../../composer.json

Afterwards you need to enable the extension through the extension manager and include the static TypoScript setup.

If you don't want to use the included elasticsearch integration, you have to disable it in the extension manager configuration of the extension by checking the checkbox. It's currently enabled by default but will be moved into its own extension in the future.