lizardmedia/module-admin-indexer 1.0.0

Magento2 module adding reindexation from the admin panel

Type

magento2-module

License

MIT

Requires
Requires (dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

Build Status Scrutinizer Code Quality Latest Stable Version License

Magento2 Admin Indexer

Module LizardMedia_AdminIndexer adds possibility to reindex indexes from admin, using separte processes in background.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

  • Magento 2.2
  • PHP 7.1

Installing

Download the module

Using composer (suggested)

Simply run

composer require lizardmedia/module-admin-reindexer
Downloading ZIP

Download a ZIP version of the module and unpack it into your project into

app/code/LizardMedia/AdminIndexer

Install the module

Run this command

bin/magento module:enable LizardMedia_AdminIndexer
bin/magento setup:upgrade

Usage

Admin panel

  • reindex chosen indexes from indexes grids as mass actions

For developers

Indexing is performed in background, each index in separate process.

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

  • Bartosz Kubicki - Initial work - github
  • Paweł Papke - Initial work - github

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE file for details

To do

  • write unit test for module
  • add possibility to track indexing progress