ElasticsuiteAddons
https://github.com/magesuite/elasticsuite-addons
This module provides additional features for Elasticsuite.
Â
Installation
This module is part of MageSuite metapackage
Â
Installation if metapackage is not used:
composer require "creativestyle/magesuite-elasticsuite-addons" ^1.0.0
Admin settings
Module settings are located in several places in the admin panel:
Stores -> Configuration -> Catalog -> Catalog -> Catalog filters
Settings:
Field | Options | Comment |
---|---|---|
Minimum filter options qty to show filter | Default value: 0 | Hide filters if filter options qty less then X |
Â
Stores -> Configuration -> ElasticSuite -> Catalog search -> Catalog search configuration
Settings:
Field | Options | Comment |
---|---|---|
Always inject autocomplete phrases into search query | Yes/No  | Autocomplete phrases will be always generated and added to search query typed into search field. For example when searching for "polo" autocomplete phrases like "polo shirt" will also be added to search query. |
Inject autocomplete phrases into search query when original search returned no results | Yes/No  | If specific search finds no results, Magento will try to generate autocomplete phrases and use them as query. That way some relevant results might get returned. |
Inject autocomplete phrases into search query when original search returned less than X results | Default value: 10 | Autocomplete phrases will be generated and added into search query typed into search field only if less than defined in above field amount of products was returned for original search query. Â Displayed when |
Â
Stores -> Configuration -> ElasticSuite -> Miscellaneous -> Routing Settings
Settings:
Field | Options | Comment |
---|---|---|
Enable ElasticSearch Virtual Category Router |  Yes No  | When enabled ElasticSuite will try to display a virtual category when only part of the URL is matched against the original category URL. |
Backend
Backend documentation in progress.
Frontend
On the frontend the only change is removal of Elasticsuite footer:
<referenceBlock name="elasticsuite_footer" remove="true"/>
Â
Â
Â