elgentos / magento2-smile-debug-toolbar-elasticsuite
There is no license information available for the latest version (1.0.0) of this package.
1.0.0
2025-05-18 13:16 UTC
Requires
This package is auto-updated.
Last update: 2025-05-22 11:40:44 UTC
README
This module provides a debug bar for Elasticsuite in Magento 2.
Prerequisites
Before installing this extension you are required to install the Smile Debug Toolbar.
Installation
To install this module, run the following command in your terminal:
composer require elgentos/magento2-smile-debug-toolbar-elasticsuite
Then, enable the module:
bin/magento module:enable Elgentos_SmileDebugToolbarElasticsuite
And finally, run the upgrade command:
bin/magento setup:upgrade
Usage
This module will add a search tab to the Smile Debug Bar in your Magento 2 store. You can use this tab to inspect Elasticsuite queries and other relevant information.
Contributing
Contributions are welcome. Please submit a pull request with your changes.