Skip to content

landofcoder/module-elasticsearch-blog

Repository files navigation

ElasticSuite Blog search for Ves Magento 2 Blog

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.

Requirements

  • For version 1.x.x: Magento Community Edition 2.3.* - 2.4.* or Magento Enterprise Edition 2.3.* - 2.4.*

The module requires :

How to use

  1. Enable it

bin/magento module:enable Lof_ElasticsuiteBlog

  1. Install the module and rebuild the DI cache

bin/magento setup:upgrade

  1. Process a full reindex of the Blog Post search index

bin/magento index:reindex elasticsuite_blog_fulltext

Forked from Repo: ComWrap ElasticsuiteBlog