Skip to content

Releases: Smile-SA/elasticsuite

2.5.14

17 Jul 13:54
9decad3
Compare
Choose a tag to compare

✅ Fixed

  • Refactoring of the catalog_category_product_index table retrieval to remain backward-compatible with all Magento 2.2.x versions prior to 2.2.5 (#1005)
  • Added missing use statement (#996) into Relevance Configuration resource model (#1006).

2.5.13

28 Jun 11:15
4bb4af6
Compare
Choose a tag to compare

✅ Fixed

Magento 2.2.5 category products indexing have changed and result in no product added to the product index (#991)
Fix a backward incompatible change in Magento configuration management classes used to manage search relevance (#987)

2.5.12

27 Jun 12:53
49bcbe5
Compare
Choose a tag to compare

✅ Fixed

  • An issue (#917) occuring on Optimizer save when using a non english locale. (#918)
  • An issue (#981) with special characters on autocomplete (#982)
  • Added a thresold for the number of synonym/expansion used to widen the query (#980 & #986)
  • A missing preference for the search interface (had no impact) (#956)
  • Fixing preference for the default search engine (anticipating for Magento 2.3) (#965)
  • Some typos (#955)

2.5.11

07 Jun 14:20
35c30ed
Compare
Choose a tag to compare

✅ Fixed

  • An issue on the default sort order of categories layered navigation filters in the back office (#939)
  • Code cosmetics on the plugin which is responsible of the "One Result Redirect" (#938)
  • An issue with categories default sort order (since Magento 2.2.4) (#936)
  • A javascript console error that could appear if the tracking is disabled (#932)

2.5.10

17 May 12:02
846cf53
Compare
Choose a tag to compare

✅ Fixed

  • A compilation issue with optimizers preview (#909) occuring on Magento Cloud (#910)
  • A bug on the product sorter when used on Search terms results. (#911)
  • Some fine tuning on the tracking indexes (#913)

2.5.9

07 May 08:54
5d8cc7a
Compare
Choose a tag to compare

⚠️GDPR compliance (#804, #818, #813)

Version 2.5.9 brings GDPR compliance to ElasticSuite.
In order to configure or to implement your own GDPR policy, read the following documentation in the wiki : GDPR compliance

🍰 Improvements

  • Prevent cross tree virtual category creation (#878 and #900)

✅ Fixed

  • Reduce the number of fields sent when loading category preview (#877 and #880)
  • Avoid null pointer exception when storeId is not defined (#852)
  • Avoid tracking ingestion error when a store is deleted (#874)
  • Fix module loading order when using Magento EE (#886)

2.5.8

18 Apr 09:27
c884307
Compare
Choose a tag to compare

✅ Fixed :

  • An issue (#853) that could cause errors when modifying manually URL parameters for the layered navigation filters. (#870)

  • An issue (#874) that could occur on multi store when indexing tracking data (#871)

  • An issue (#869) on Search API occuring when no sort order were specified (#872)

  • An issue where the implemented interface by the Elasticsuite engine was not at the proper level and could cause issue when injecting a Search Engine interface directly. (#873)

ℹ️ Enhancement :

  • We are now using sensitive/environment configuration for the following parameters as defined in Magento good practices and requested in #850 (kudos to @nicobatty for his request) :

    • ElasticSearch server : environment
    • Enable HTTPS mode : environment
    • Enable HTTPS auth : environment
    • HTTPS auth user : environment & sensitive
    • HTTPS auth password : environment & sensitive

2.5.7

28 Mar 10:06
a992f6e
Compare
Choose a tag to compare

✅ Fixed

  • Changing the configuration flag "-es-use-ssl" to a boolean one (accepts 0 or 1 value). (#835)

2.5.6

21 Mar 15:26
04197f1
Compare
Choose a tag to compare

✅ Fixed

  • An issue (#821) with the decimal slider when using negative values (#822)
  • Fixing relevance issue (#825) due to the "image" attribute being set as used in search. (#826)
  • Issue (#827) where attributes can be used for spellchecking even if non searchable. (#828)
  • Issue (#800) causing a non-proper detection of 1column layout if enforced via XML (#833)

💬 Community news

We just found out that ComWrap did built an integration between MageFan Blog and Elasticsuite.

You can find their module here : https://github.com/comwrap/Comwrap_ElasticsuiteBlog

We would like to thank you for using and supporting Elasticsuite, and to building this bridge !

2.5.5

13 Mar 13:34
Compare
Choose a tag to compare

✅ Fixed

  • an issue (#801) where the manual redirects were ignored if the "redirect on one result" gets triggered (#805)
  • an issue (#808) where the composite products might not be indexed properly if the "status" attribute was not set as used in search (#817);
  • an issue (#791) where parent composite products were not found when searching for a children SKU (#794)