https://github.com/landofcoder/module-elasticsearch-blog
Magento 2 module is Addon for Smile_ElasticSuite which compatible with Ves Blog magento 2 extension
https://github.com/landofcoder/module-elasticsearch-blog
elasticsearch elasticsearch-blog magento2-blog-extension magento2-extension ves-blog
Last synced: 2 months ago
JSON representation
Magento 2 module is Addon for Smile_ElasticSuite which compatible with Ves Blog magento 2 extension
- Host: GitHub
- URL: https://github.com/landofcoder/module-elasticsearch-blog
- Owner: landofcoder
- Created: 2021-08-17T07:26:11.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-09-23T07:27:23.000Z (over 3 years ago)
- Last Synced: 2025-02-15T01:42:52.257Z (4 months ago)
- Topics: elasticsearch, elasticsearch-blog, magento2-blog-extension, magento2-extension, ves-blog
- Language: PHP
- Homepage: https://landofcoder.com/magento-2-blog-extension.html
- Size: 27.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## ElasticSuite Blog search for Ves Magento 2 Blog
This module connecting between each other [ElasticSuite](https://github.com/Smile-SA/elasticsuite) search extension and [Landofcoder](https://landofcoder.com/magento/magento-2-extensions.html) [Magento 2 Blog extension](https://landofcoder.com/magento-2-blog-extension.html)
It allows to index Magento 2 Blog posts into the search engine and display them into the autocomplete results, and also on the search result page.
### Requirements
* For version 1.x.x: Magento Community Edition 2.3.* - 2.4.* or Magento Enterprise Edition 2.3.* - 2.4.*
The module requires :
- [ElasticSuite](https://github.com/Smile-SA/elasticsuite)
- [Ves Blog](https://landofcoder.com/magento-2-blog-extension.html)### How to use
1. Enable it
``` bin/magento module:enable Lof_ElasticsuiteBlog ```
3. Install the module and rebuild the DI cache
``` bin/magento setup:upgrade ```
4. Process a full reindex of the Blog Post search index
``` bin/magento index:reindex elasticsuite_blog_fulltext ```
Forked from Repo: [ComWrap ElasticsuiteBlog](https://github.com/comwrap/Comwrap_ElasticsuiteBlog)