https://github.com/smile-sa/magento2-module-elasticsuite-shared-catalog
ElasticSuite and Magento 2 B2B integration
https://github.com/smile-sa/magento2-module-elasticsuite-shared-catalog
b2b elasticsearch magento2 search
Last synced: 3 months ago
JSON representation
ElasticSuite and Magento 2 B2B integration
- Host: GitHub
- URL: https://github.com/smile-sa/magento2-module-elasticsuite-shared-catalog
- Owner: Smile-SA
- Created: 2017-10-17T14:31:26.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-04-13T14:58:40.000Z (over 2 years ago)
- Last Synced: 2025-06-08T01:43:31.493Z (4 months ago)
- Topics: b2b, elasticsearch, magento2, search
- Language: PHP
- Homepage:
- Size: 28.3 KB
- Stars: 8
- Watchers: 8
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## README
## What does the module do ?
You should use this module in order to get ElasticSuite and Magento 2 B2B (Enterprise Edition only) features working together transparently.
It fixes issues that can be encountered when using the Shared Catalog feature.
### Which version should I use ?
**The module version patterns are identical to those of Elasticsuite.**
Magento Version | Magento B2B Version | ElasticSuite Version | Module version | Module composer install | Supported Elasticsearch Version | Actively maintained
----------------------------------|---------------------|------------------------------|----------------|-------------------------------------------------------------------------|---------------------------------|---------------------
Magento **2.2.x** Commerce (EE) | **1.0.x** | ElasticSuite **2.6.x** | **2.6.x** | ```composer require smile/module-elasticsuite-shared-catalog ~2.6.0``` | 5.x & 6.x | No
Magento **<2.3.5** Commerce (EE) | **1.1.x** | ElasticSuite **2.8.x** | **2.8.x** | ```composer require smile/module-elasticsuite-shared-catalog ~2.8.0``` | 5.x & 6.x | No
Magento **>=2.3.5** Commerce (EE) | **1.1.x** | ElasticSuite **2.9.x** | **2.9.x** | ```composer require smile/module-elasticsuite-shared-catalog ~2.9.0``` | 6.x & 7.x | **Yes**
Magento **>=2.4.1** Commerce (EE) | **1.3.x** | ElasticSuite **2.10.x** | **2.10.x** | ```composer require smile/module-elasticsuite-shared-catalog ~2.10.0``` | 6.x & 7.x | **Yes**### How to install ?
Simply run these commands in your Magento install :
```
composer require smile/module-elasticsuite-shared-catalog ~2.10.0
bin/magento setup:upgrade
```Do not forget to clean caches and reindex everything !!!!
```
bin/magento cache:clean
bin/magento indexer:reindex
```### What is ElasticSuite ?
Readme for the whole Smile ElasticSuite is available [here](https://github.com/Smile-SA/elasticsuite).