-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
117665c
commit 854e1ff
Showing
1 changed file
with
39 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,39 @@ | ||
Temporary elasticsuite cms module | ||
## ElasticSuite CMS Pages Search | ||
|
||
This module is a plugin for [ElasticSuite](https://github.com/Smile-SA/elasticsuite). | ||
|
||
It allows to index CMS Pages into the search engine and display them into the autocomplete results, and also on the search result page. | ||
|
||
### ⚠️ Magento versions compatibility : | ||
|
||
**Which version should I use ?** | ||
|
||
Magento Version | ElasticSuite Latest Version | ||
------------------------|------------------------------------------------------------------------ | ||
Magento 2.0.* CE / EE |[2.1.0 release](https://github.com/Smile-SA/module-elasticsuite-cms-search/releases/tag/2.1.0) | ||
Magento 2.1.* CE / EE |[2.1.0 release](https://github.com/Smile-SA/module-elasticsuite-cms-search/releases/tag/2.0.0) | ||
|
||
### Requirements | ||
|
||
The module requires : | ||
|
||
- [ElasticSuite](https://github.com/Smile-SA/elasticsuite) > 2.1.* | ||
|
||
### How to use | ||
|
||
1. Install the module via Composer : | ||
|
||
``` composer require smile/module-elasticsuite-cms-search ``` | ||
|
||
2. Enable it | ||
|
||
``` bin/magento module:enable Smile_ElasticsuiteCms ``` | ||
|
||
3. Install the module and rebuild the DI cache | ||
|
||
``` bin/magento setup:upgrade ``` | ||
|
||
4. Process a full reindex of the CMS Page search index | ||
|
||
``` bin/magento index:reindex elasticsuite_cms_page_fulltext ``` | ||
|