landofcoder/module-elasticsuite-blog-search

Landofcoder Elasticsuite - Blog Post Search Module for Smile Elasticsuite.

1.0.0 2021-08-17 08:45 UTC

This package is auto-updated.

Last update: 2024-04-23 13:10:31 UTC


README

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