Skip to content

Commit

Permalink
Adding minimal README
Browse files Browse the repository at this point in the history
  • Loading branch information
romainruaud committed Jun 9, 2017
1 parent 117665c commit 854e1ff
Showing 1 changed file with 39 additions and 1 deletion.
40 changes: 39 additions & 1 deletion README.md
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 ```

0 comments on commit 854e1ff

Please sign in to comment.