luigisbox/search-suite-magento2

LuigisBox Search suite for Magento 2

Installs: 1 627

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 9

Forks: 0

Open Issues: 0

Type:magento2-module

2.1.1 2021-03-15 14:18 UTC

This package is auto-updated.

Last update: 2024-09-28 11:59:06 UTC


README

Luigi's Box is an Award Winning Search Solution for eCommerce, providing Search Analytics and Search as a Service.

This repository holds composer package of a Magento2 extension, providing integration between M2 store & Luigi's Box services. To use it, you need to have an account on Luigi's Box platform. Go and create one if you do not have it already.

!!! This solution is not meant to be production-ready. Use it as an inspiration how synchronization between Luigi's Box and Magento2 can be achieved. You need to tailor this solution to fit any customizations made on your own Magento2 instance.

Installation

We strongly recommend to use Composer.

Please run all of the following commands in root of your M2 installation:

  • $ composer require luigisbox/search-suite-magento2
  • $ bin/magento module:enable LuigisBox_SearchSuite
  • $ bin/magento setup:upgrade
  • $ bin/magento setup:di:compile
  • $ bin/magento indexer:set-mode schedule luigisbox_reindex

Once you completed these steps, you are done with the installation. Now please go to Administration > Stores > Configuration > Luigi's Box and configure the extension there.