magestyapps / module-manual-reindex
Manual Reindex module for Magento 2
Installs: 107
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- php: >=5.5.0
- magento/module-indexer: >=100.0
This package is auto-updated.
Last update: 2024-11-20 04:28:38 UTC
README
This simple Magento 2 extension adds the possibility to refresh indexers manually via admin panel.
Installation
Run the following command from your Mangento root folder in order to download the extension files via Composer:
composer require magestyapps/module-manual-reindex;
And then run installation scripts:
php bin/magento setup:upgrade;
How to Use
After installting the module, navigate to System > Tools > Index Management in Magento 2 admin panel. Choose the indexers you would like to be refreshed and then select 'Run Reindex' option in mass actions dropdown and press 'Submit'.