spryker-eco/algolia
Algolia module
2.0.1
89K downloads/mo
#4654 most downloaded on Packagist
spryker-eco/algolia
What this package is like to depend on
Last release 6 days ago
17 Aug 2026
Ships fairly regularly
a new release about every 6 weeks
Nearly every release is documented
notes for 7 of 7 stable releases
Nothing withdrawn
no release was ever pulled
6 months old
7 releases · first in 2026
7 releases in the last 12 months
see the full history below
Release timeline
7 releases · Feb 2026 to Aug 2026Releases
latest 7-
2.0.117 Aug 2026Release notes
Open source →What's Changed
- Fix zero result counts by branching on $resultFormatters in SearchResponseFormatter by @ishakuta in #10
New Contributors
Full Changelog: 2.0.0...2.0.1
-
2.0.021 Jul 2026Release notes
Open source →What's Changed
- CC-39115: Algolia API update by @denis-gnusov in #6
Improvements
- Introduced
AlgoliaSearchParametersTransfer. - Updated
algolia/algoliasearch-client-phpdependency version to a new major (4.x.x). - Changed
\SprykerEco\Zed\Algolia\AlgoliaConfig::getCmsPageSortingAttributes()default return value from ['name'] to []. - Introduced
\SprykerEco\Zed\Algolia\AlgoliaConfig::getProductSortingAttributes()to configure product sorting replica attributes. - Introduced
\SprykerEco\Client\Algolia\AlgoliaConfig::getProductSortingParamToAttributeMapping()to configure sort params to Algolia replica attribute names mapping for products. - Introduced
\SprykerEco\Client\Algolia\AlgoliaConfig::getCmsPageSortingParamToAttributeMapping()to configure sort params to Algolia replica attribute names mapping for CMS pages. - Adjusted
\SprykerEco\Zed\Algolia\Business\AlgoliaFacade::exportProducts()to always configure index replicas, ensuring new sorting attributes are created in Algolia without requiring index deletion. - Adjusted
\SprykerEco\Client\Algolia\AlgoliaClient::search()to handle missing replica indices by returning an empty successful response instead of an error.
Full Changelog: 1.2.1...2.0.0
-
1.2.124 Jun 2026Release notes
Open source →What's Changed
- CC-39397: deterministic locales in ProductIndexerTest (fix flaky 2-of-3) by @stereomon in #5
New Contributors
- @stereomon made their first contribution in #5
Full Changelog: 1.2.0...1.2.1
-
1.2.014 Apr 2026Release notes
Open source →What's Changed
- CC-38091 fixed export command, added
--offsetoption to export console command.
Full Changelog: 1.1.0...1.2.0
- CC-38091 fixed export command, added
-
1.1.009 Apr 2026Release notes
Open source →What's Changed
- CC-36908: added Back Office configuration for Algolia API credentials and Catalog/CMS search providers.
Full Changelog: 1.0.1...1.1.0
-
1.0.118 Feb 2026Release notes
Open source →Improvements
- Revised "Migration from ACP Algolia App" section. Added more details and clarity, so AI agents can use it.
Included commits: 1.0.0...1.0.1
-
1.0.015 Feb 2026Release notes
Open source →Initial Release
- Introduced search functionality for Algolia service provider.
Features
- 🔄 Real-time synchronization of products and CMS pages to Algolia
- 🎯 Event-driven architecture using Spryker’s Publisher module
- 🌍 Multi-locale and multi-store support
- 📦 Batch export capabilities for initial data sync
- 🔎 Search API integration for frontend and backend
- ⚙️ Configurable event subscriptions per entity type
- 🧩 Modular design with optional module support