Installing the SwagEnterpriseSearch

Installation

Requirements
  • PHP 7 or later.
  • Shopware version 5.2.19 or later
  • Elasticsearch 5.* (Elasticsearch 6.0 since Shopware version 5.5.0 or later)

First you have to configure your elasticsearch like it is described here. After configuration, SES can be installed as every other plugin in Shopware. You can find the plugin's source code here.

After indexing the product catalogue with php bin/console sw:es:index:populate the search can be used.

Top