The Home for Magento 2 Excellence

Automated build tests for Magento 2 modules. Explore. Evaluate. Elevate. #magento2

1094 Modules
673 Ready
420 Need Help
Vendors 🏆 Leaderboard
Top 10% by Downloads Actively Maintained v1.5.0 MIT

Algolia Search Inventory for Magento 2.3.x and 2.4.x

algolia/algoliasearch-inventory-magento-2 17

Enables compatibility between Magento Inventory and the Algolia Search extension. Ensures Algolia search results reflect accurate stock availability.

431,983
Downloads
3x above avg
1
GitHub Stars
Below average
2mo ago
Last Release
3
Open Issues
Build Issues
0/3 checks passed

Build Tests

Composer Install
– DI Compile
– Templates

Code Quality

CS Coding Standard
L1 PHPStan

Release Discipline

Follows SemVer · 100% What is this?

Release history audited up to v1.5.0

Tested on Magento 2.4.9

Recent Test History

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

v1.5.0 on Magento 2.4.9
Aug 5, 2026
v1.4.0 on Magento 2.4.9
May 26, 2026
v1.4.0 on Magento 2.4.8-p4
Mar 20, 2026
v1.4.0 on Magento 2.4.8-p4
Mar 20, 2026
v1.4.0 on Magento 2.4.8-p4
Mar 20, 2026
v1.4.0 on Magento 2.4.8-p3
Mar 9, 2026

+1 older tests

Looking for Contributors

Composer installation fails. Your contribution could help the entire Magento community!

Contribute

Share This Module's Status

Algolia Search Inventory for Magento 2.3.x and 2.4.x Magento compatibility status badge

README

Loaded from GitHub

Algolia Search Inventory for Magento 2.3.x and 2.4.x

This Algolia_AlgoliaSearchInventory is a community-developed module to provide compatibility between Magento (2.3.x, 2.4.x) Inventory feature and Algolia Search 1.12+ extension. Though Algolia is a contributor to this repository, there is no product roadmap for this module and it’s not aligned with the Algolia/Magento integration product releases.

Compatibility
Algolia Search for Magento 2 Required Extension Version
>=3.8.1 1.x
>=3.9.0, <3.10.3 1.0.3
>=3.10.3, <3.14.0 ~1.0.5
~3.14.0 ~1.1.0
~3.15.0 ~1.2.0
>=3.16.0 <3.16.3, >=3.17.0 <3.17.3 ~1.3.1
>=3.16.3 <3.17.0, >=3.17.3 <3.19.0 ~1.4.1
>=3.19.0 ~1.5.0

Installation

The easiest way to install the extension is to use Composer

Run the following commands:

  • $ composer require algolia/algoliasearch-inventory-magento-2
  • $ bin/magento module:enable Algolia_AlgoliaSearchInventory
  • $ bin/magento setup:upgrade && bin/magento setup:static-content:deploy

Upgrades

When upgrading the base Algolia extension it is best to upgrade this inventory extension at the same time, e.g.

composer require \
    algolia/algoliasearch-magento-2:~3.19.0 \
    algolia/algoliasearch-inventory-magento-2 \
    --update-with-dependencies

This will ensure that the compatible version of the inventory extension is installed.

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.