A Magento 2 extension that provides backend rendering support for Algolia search functionality.
The Algolia_SearchAdapter
module extends Magento 2's search capabilities by integrating with Algolia's search and discovery platform. This module specifically focuses on backend rendering support, enabling server-side search result processing and rendering.
- Backend rendering support for Algolia search
- Integration with Magento 2's catalog search functionality
- Compatible with Magento 2.4+ and PHP 8.2+
composer require algolia/algoliasearch-adapter-magento-2
- Download the module files
- Place them in
app/code/Algolia/SearchAdapter/
- Run the following commands:
php bin/magento module:enable Algolia_SearchAdapter
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento cache:flush
- Magento 2.4+
- PHP 8.2+
- Algolia Search & Discovery extension
This module works in conjunction with the main Algolia Search extension. Please refer to the main Algolia Search documentation for configuration details.
This project is licensed under the MIT License - see the LICENSE file for details.
For support and questions, please refer to the main Algolia Search extension documentation or contact Algolia support.