Easy Reindex - Magento 2 module documentation

Author: Aurora Creation

Easy Reindex Module

Module overview

The Easy Reindex extension allows store administrators to easily manually update individual or all indexes directly from the administrator panel instead of using the command line.

Module compatibility

This module is compatibile with Magento Community versions: 2.2 and 2.3.

How it works

To reindex you should go to the Admin Panel System> Index Management, then select the indexer or use the Select all option to select the position for which we want to reindex.

Image 1

Then in the Actions menu, select Reindex and confirm Submit.

Image 2

The page should refresh and reindexation should be performed asynchronously

Image 3

Demo

Installation

Composer

  1. Add repo to composer.json:
"repositories": [
    ...
    {
        "type": "vcs",
        "url": "git@git.auroracreation.com:aurora-modules/easy-reindex.git"
    }
    ...
],
  1. Add package to composer.json:
"require": {
    ...
    "aurora/easy-reindex": "*"
    ...
},
  1. In Magento root folder run commands:
composer update aurora/easy-reindex
php bin/magento module:enable Aurora_EasyReindex
php bin/magento setup:upgrade

Manual

  1. Unzip archive.
  2. Upload extension files on your server to:
{Magento root}
└── app/
    └── code
  1. In Magento root folder run commands:
php bin/magento module:enable Aurora_EasyReindex
php bin/magento setup:upgrade

Thank you for your interest in our products!