This module provides a debug bar for Elasticsuite in Magento 2.
Before installing this extension you are required to install the Smile Debug Toolbar.
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
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.
Contributions are welcome. Please submit a pull request with your changes.