lupasearch/magento2-lupasearch-plugin-msi

LupaSearch MSI module

1.0.0 2024-12-04 10:52 UTC

This package is auto-updated.

Last update: 2025-04-04 11:42:09 UTC


README

Requirements

  • PHP: >=7.4
  • Magento 2: compatible with Magento 2.2.x - 2.4.x

Installation

Install with composer

composer require lupasearch/magento2-lupasearch-plugin-msi

Enable module

php bin/magento module:enable LupaSearch_LupaSearchPluginMSI

Run install scripts

php bin/magento setup:upgrade

Run compile scripts

php bin/magento setup:di:compile

Change Indexer Mode to "On Schedule" (only works on this mode)

bin/magento indexer:set-mode schedule lupasearch_source_item

Configurations:

Stores -> Configuration -> Catalog -> LupaSearch

Run indexer

bin/magento indexer:reindex lupasearch_source_item

LupaSearch docs

https://api.lupasearch.com/docs/#/

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.