blackbird / contentmanager-indexerdisabler
Installs: 17 695
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 1
Open Issues: 0
Type:magento2-module
Requires
- magento/framework: >=100.0.0
This package is auto-updated.
Last update: 2024-10-23 10:35:13 UTC
README
This module must be used in complement with Blackbird Advanced Content Manager Plugin for Magento.
It is used to disable the search feature and the indexer of Content Manager in order to ensure the compatibility with Magento Live-Search, Algolia or any other Incompatible Search engine like Elasticsuite. This module is compatible from Magento 2.2 to the latest Magento 2.4.7, and from php 7.3 to php 8.3.
Setup
Get the package
Composer Package:
composer require blackbird/contentmanager-indexerdisabler
Zip Package:
Unzip the package in app/code/Blackbird/ContentManagerIndexerDisabler, from the root of your Magento instance.
Install the module
Go to your Magento root directory and run the following magento command:
php bin/magento setup:upgrade
Support
- If you have any issue with this code, feel free to open an issue.
- If you want to contribute to this project, feel free to create a pull request.
Contact
For further information, contact us:
- by email: hello@bird.eu
- or by form: https://black.bird.eu/en/contacts/
Authors
- Bruno FACHE - Maintainer - It's me!
- Blackbird Team - Contributor - They're awesome!
License
This project is licensed under the MIT License - see the LICENSE file for details.
That's all folks!