Skip to content

Releases: BitBagCommerce/SyliusElasticsearchPlugin

v1.7.0

17 Aug 10:55
932968e
Compare
Choose a tag to compare

Update to Sylius 1.10

v1.6.4

18 Jun 12:04
190ec17
Compare
Choose a tag to compare

Added possibility to set own pagination limits
Added index refresh after ProductTaxon update
Fixed filtering on product without price.
Added product refresh on ProductVariant save

Changed event to sylius.order.post_complete

03 Dec 14:57
4f8692b
Compare
Choose a tag to compare
Merge pull request #150 from leszczuu/fix/reindex-products-after-order

Changed event to sylius.order.post_complete

Reindex product after order (to update units sold)

01 Dec 12:15
33485b0
Compare
Choose a tag to compare
Merge pull request #148 from leszczuu/fix/reindex-products-after-order

Reindex product after order (to update units sold)

Fixes

20 Nov 15:12
3f51898
Compare
Choose a tag to compare
Merge pull request #145 from leszczuu/fix/JJ-98

Fix for searching attributes like '%100_wool'

Update to elasticsearch 7

21 Sep 14:43
3ae04fe
Compare
Choose a tag to compare
Pre-release
Merge pull request #139 from JakobTolkemit/es_7

Update to elasticsearch 7

Update to sylius 1.7 && Add site-wide search

04 Jun 05:48
5e5cac9
Compare
Choose a tag to compare

Object comparison improvements

01 Oct 21:50
Compare
Choose a tag to compare
v1.5.6

Used instance of instead of equals to determine if an object should b…

Fix problem with sorting by postion

30 Sep 22:35
Compare
Choose a tag to compare
v1.5.5

fix sorting by position as default from 0

Fix problem with sorting on empty results (only v1.5.3 affected)

27 Sep 23:59
Compare
Choose a tag to compare
Add support for sorting "empty results"

Added unmapped_type to the sort options, or else ES returns an error if no results are found or the sorting option is unset on some of the results.