lupasearch / magento2-lupasearch-plugin-msi
LupaSearch MSI module
Installs: 37
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 1
Open Issues: 0
Type:magento2-module
Requires
- php: >=7.4
- lupasearch/magento2-lupasearch-plugin: ^1.0.0
- magento/framework: *
- magento/module-catalog: *
- magento/module-inventory: *
- magento/module-inventory-catalog: *
- magento/module-inventory-catalog-api: *
- magento/module-inventory-configuration: *
- magento/module-inventory-sales-api: *
- magento/module-store: *
Requires (Dev)
- phpunit/phpunit: ^9
- squizlabs/php_codesniffer: ~3.7.2
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.