Skip to content

Releases: luigisbox/search-suite-shopware5

Asynchronous indexing

07 Jul 15:29
af7b623
Compare
Choose a tag to compare

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

16 Apr 17:37
d539d99
Compare
Choose a tag to compare
v0.1.0

Single indexer with proper batching & timeouts handling

Reduced chunk size when syncing catalog

15 Apr 10:06
a1dae00
Compare
Choose a tag to compare

This release reduces the size of a chunk sent to LB content updates API to eliminate any possible timeouts

Manual reindex invocation

09 Apr 16:56
a4caad9
Compare
Choose a tag to compare

This release brings the option to manually invoke synchronization of catalog to Luig's Box backends.

First public beta release

10 Dec 12:41
355dd20
Compare
Choose a tag to compare
v0.0.1

Initial commit.