The Home for Magento 2 Excellence

Quality-tested Magento 2 modules. Explore. Evaluate. Elevate. #magento2

1090 Modules
626 Ready
464 Need Help
🏆 Leaderboard
Actively Maintained v1.0.4

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.

113
Downloads
Below average
1
GitHub Stars
Below average
1mo ago
Last Release
0
Open Issues
Build Passing
Ready to install

Build Tests

Composer Install
DI Compile
Templates

Code Quality

CS Coding Standard
9 warnings
L0 PHPStan

Tested on Magento 2.4.9

Recent Test History

Each release is tested against the latest Magento version at that time.

v1.0.4 on Magento 2.4.9
Jun 7, 2026
v1.0.0 on Magento 2.4.9
Jun 1, 2026

Share This Module's Status

Taurus ElasticSuite AJAX Magento compatibility status badge

README

Loaded from GitHub

Taurus 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=1 parameters 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.