Skip to content

How to integrate Magento 2 with search service

We have created Magento2 extension to connect your instance with our search service. You can see it in GitHub.

How does it work

  • Adds admin's configuration page, to fill LogsHub credentials
  • Adds 2 new indexers to synchronize products and categories with our API

Requirements

  • Magento 2.3

Other versions have not been tested yet.

Installation

composer require logshub/search-module-magento2
bin/magento module:enable Logshub_SearchModule
bin/magento setup:upgrade
bin/magento setup:static-content:deploy -f

Full details will be available soon.