Releases: luigisbox/search-suite-shopware5
Releases · luigisbox/search-suite-shopware5
Asynchronous indexing
In this release, we abandoned the idea of indexing changes in products by relying on Shopware events (pub-sub) system. These events are synchronous and indexing was causing timeouts in the admin UI.
Instead of it, we are relying on regular cron jobs and detection of changes in the underlying relational database.
Single indexer with proper batch size & timeouts handling
v0.1.0 Single indexer with proper batching & timeouts handling
Reduced chunk size when syncing catalog
This release reduces the size of a chunk sent to LB content updates API to eliminate any possible timeouts
Manual reindex invocation
This release brings the option to manually invoke synchronization of catalog to Luig's Box backends.
First public beta release
v0.0.1 Initial commit.