landofcoder / module-elasticsuite-blog-search
Landofcoder Elasticsuite - Blog Post Search Module for Smile Elasticsuite.
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- magento/framework: >=100.1.0
- magento/magento-composer-installer: *
- magento/module-backend: >=100.1.0
- magento/module-catalog: >=100.1.0
- magento/module-catalog-search: >=100.1.0
- magento/module-store: >=100.1.0
- smile/elasticsuite: >=2.1
Requires (Dev)
This package is auto-updated.
Last update: 2024-10-23 14:11:15 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
- 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