devhub / reindex
Indexer reindex from backend
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Type:magento2-module
Requires
- php: >=7.3
- devhub/core: 1.0.*
- magento/framework: 103.0.*
- magento/module-backend: 102.0.*
- magento/module-indexer: 100.4.*
README
This extension enables the admin to reindex the data from backend. Backend Reindex extension is a powerful tool to refresh connection data of the product, stock, inventory, etc. quickly. Admin no needs to use any command line, all the updated information is still delivered to customers as soon as possible. Especially, admin can choose many types of reindexing to refresh data as well as reindex bulk data in seconds. Thus, owners can save time with several clicks. With a well-organized grid, all the indexation processes and data status are visible so that admin can easily track them.
Features
- Show notification about the details of rebuilt indexer.
- A handy grid management
- Reindex bulk data in seconds
- Enable to check the indexation status
Installation
Install the module as a composer requirement for environments:
composer require devhub/reindex
php bin/magento module:enable DeveloperHub_Reindex
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy