magestyapps/module-manual-reindex

Manual Reindex module for Magento 2

1.0.2 2020-11-16 15:19 UTC

This package is auto-updated.

Last update: 2024-04-20 03:12:56 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'.