Skip to content

2.6.3

Compare
Choose a tag to compare
@romainruaud romainruaud released this 19 Nov 10:56
· 80 commits to 2.6.x since this release
da37194

📦 Features

  • Introducing "Attribute value based optimizers" : this new type of optimizers allows to create linear/proportional boosting based on attribute values. It's only suitable for numeric/decimal attributes.

  • Refactored the Travis build to test a complete Magento installation with Elasticsuite + Code compilation.

This is tested actually against the 3 latest Magento versions (Open Source & Commerce), and also on 2.3.0 beta. It's a first step towards more testing against concurrent versions.

Of course, we still have coding standards validation, and Unit testing to ensure the best quality of each Elasticsuite release.

Fixed

  • Fixing an issue on category save (#1153) by refining the available attributes for layered navigation customization to the attributes really belonging to the current category (#1164)

  • An issue (#1110) with tracker data consuming cronjob (#1138)

  • An issue (#1102) with slider-based attributes filters on Internet Explorer (#1144)

  • A needed upgrade (#1121) of the IndexInterface to ensure being compliant with next version 2.3 of Magento (#1143)

  • An issue (#1077) where relevance config was not saving properly (#1137)

  • An issue (#1147) where two terms synonyms of each others could give different results (#1156)

  • A too rigid interface (#1158) that was not reflecting it's current implementation (#1161)

  • Cleaner version of the autocomplete category template (#1152)

  • Better display of price into autocomplete box (#1139)

  • Adding support of some operators (neq, sneq, nin) into the QueryBuilder (or addFieldToFilter) (#371)

  • An issue (#1165) on synonyms matching that can be empty sometimes and causing a failure (#1176)

  • Missing assignment in catalog product indexing (#1155)