This module connecting between each other ElasticSuite search extension and Landofcoder Magento 2 Blog extension
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.
- For version 1.x.x: Magento Community Edition 2.3.* - 2.4.* or Magento Enterprise Edition 2.3.* - 2.4.*
The module requires :
- Enable it
bin/magento module:enable Lof_ElasticsuiteBlog
- Install the module and rebuild the DI cache
bin/magento setup:upgrade
- Process a full reindex of the Blog Post search index
bin/magento index:reindex elasticsuite_blog_fulltext
Forked from Repo: ComWrap ElasticsuiteBlog