Releases: BitBagCommerce/SyliusElasticsearchPlugin
Releases · BitBagCommerce/SyliusElasticsearchPlugin
v1.7.0
v1.6.4
Changed event to sylius.order.post_complete
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)
Merge pull request #148 from leszczuu/fix/reindex-products-after-order Reindex product after order (to update units sold)
Fixes
Merge pull request #145 from leszczuu/fix/JJ-98 Fix for searching attributes like '%100_wool'
Update to elasticsearch 7
Merge pull request #139 from JakobTolkemit/es_7 Update to elasticsearch 7
Update to sylius 1.7 && Add site-wide search
v1.6.0 Update .travis.yml
Object comparison improvements
v1.5.6 Used instance of instead of equals to determine if an object should b…
Fix problem with sorting by postion
v1.5.5 fix sorting by position as default from 0
Fix problem with sorting on empty results (only v1.5.3 affected)
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.