Taurus ElasticSuite AJAX
taurus-media/module-elasticsuite-ajax
Adds AJAX-based layered navigation filtering for Smile ElasticSuite on Hyva themes, updating the product list and sidebar filters without a full page reload. Includes clean URL management, loading states, and smooth scrolling.
Build Tests
Code Quality
Tested on Magento 2.4.9
Recent Test History
Each release is tested against the latest Magento version at that time.
Top Contributors
View LeaderboardShare This Module's Status
README
Loaded from GitHubTaurus ElasticSuite AJAX
AJAX-based layered navigation filtering for Smile ElasticSuite on Hyva themes.
Features
- AJAX Filtering: Intercepts filter clicks on Category and Search Result pages to update the product list and sidebar filters without a full page reload.
- Hyva Compatible: Built specifically for Hyva themes, using AlpineJS-friendly patterns and registering for Tailwind CSS processing.
- URL Management: Automatically cleans up
ajax=1parameters from URLs to maintain clean browser history. - Smooth UX: Includes loading states and smooth scrolling to the top of the product list after filter application.
Installation & Configuration
Composer Installation
To install the module via Composer, run the following commands in your Magento root directory:
composer require taurus-media/module-elasticsuite-ajax
bin/magento setup:upgrade
Manual Installation
If you are installing the module manually, place it in app/code/Taurus/ElasticSuiteAjax and run:
bin/magento setup:upgrade
Hyva Compatibility
The module registers itself for Hyva's Tailwind CSS processing via an observer on hyva_config_generate_before. This ensures that any Tailwind classes used in the module's templates are correctly included in the theme's CSS.
Requirements
- Magento 2.4.x
- Smile ElasticSuite
- Hyva Theme
This content is fetched directly from the module's GitHub repository. We are not the authors of this content and take no responsibility for its accuracy, completeness, or any consequences arising from its use.