Skip to content

Releases: Smile-SA/elasticsuite

2.10.12

17 Oct 12:29
d92bdf7
Compare
Choose a tag to compare

📦 Features & Improvements

ElasticSuite will now warn you with a Back-Office alert message if :

  • your number of replicas is wrongly configured (#2726 by @vahonc )
  • your number of shards is wrongly configured (#2720 by @vahonc )
  • you are having ghost indices (#2721 by @vahonc )

We also improved our search engine relevance in this release :

  • Allow to deal with accents in thesaurus (#2736)
  • Better multi-words matchings with thesaurus (#2740)
  • Improvements on phrase match boost by enhancing shingle length generated (#2714)

🐛 Fixes

  • Fix #2628 where the generated subtree for a virtual category was not enough restrictive by @romainruaud in #2743
  • Fix #2730 by allowing to do both exact matching or "contains" when using SKU in rules by @romainruaud in #2742
  • Fix #2668 Mobile search bar is not opening on click by @cartok in #2669
  • #2672, Adding admin action logger for Elasticsuite by @vahonc in #2686
  • Add proxies for session object dependencies, for performance purposes by @Nuranto in #2667
  • Refactoring the "is not one of" operator for categories. by @romainruaud in #2671
  • Fixes #2636, adding a new search request declaration for rendering product widgets by @vahonc in #2670
  • Fix #2663 Remove js block, it's not used and causes errors with Magento 2.4.5 by @romainruaud in #2702
  • #2700, Updating search context according to support category_uid by @vahonc in #2715
  • #2718, Fix creating/editing attribute set page in admin by @vahonc in #2727

Full Changelog: 2.10.11...2.10.12

2.9.13

14 Oct 10:08
Compare
Choose a tag to compare

⚠️ Last 2.9.x version

Due to the fact that Magento 2.3 is not supported anymore by Adobe (see https://experienceleague.adobe.com/docs/commerce-operations/release/lifecycle-policy.html), we will not either continue to maintain the 2.9.x Elasticsuite release line that was dedicated to Magento >= 2.3.5 versions.

Only security issues or critical bugs will be adressed on this branch in the future.

🐛 Fixes

  • Allow to deal with accents in thesaurus (#2736)
  • Better multi-words matchings with thesaurus (#2704 then replaced by #2738)
  • Improvements on phrase match boost by enhancing shingle length generated (#2714)

2.8.19

14 Oct 10:07
2438a0e
Compare
Choose a tag to compare

⚠️ Last 2.8.x version

Due to the fact that Magento 2.3 is not supported anymore by Adobe (see https://experienceleague.adobe.com/docs/commerce-operations/release/lifecycle-policy.html), we will not either continue to maintain the 2.8.x Elasticsuite release line that was dedicated to Magento <= 2.3.5 versions.

Only security issues or critical bugs will be adressed on this branch in the future.

🐛 Fixes

🐛 Fixes

  • Allow to deal with accents in thesaurus (#2735)
  • Better multi-words matchings with thesaurus (#2703 then replaced by #2741)

2.10.11

14 Nov 13:51
Compare
Choose a tag to compare

📦 Features

You can now exclude particular categories from the autocomplete results. By default, all categories are set to "Yes".

image

  • Feature #2658, better fulltext matching by adding stemming on shingle generation. This ensures that, in the case of multi-words query, each of those words is properly stemmed and given the appropriate weight.

This behavior can be rollbacked locally in your code by re-defining the shingle analyzer for your language locally.

🐛 Fixes

New Contributors

Full Changelog: 2.10.10...2.10.11

2.9.12

14 Sep 12:06
Compare
Choose a tag to compare

🐛 Fixes

Full Changelog: 2.9.11...2.9.12

2.8.18

14 Sep 10:49
Compare
Choose a tag to compare

🐛 Fixes

Full Changelog: 2.8.17...2.8.18

2.10.10

29 Sep 13:51
Compare
Choose a tag to compare

📦 Features

🎉 ElasticSuite 2.10.10 is compatible with Magento 2.4.4 which means :

  • PHP 8.1 Compatibility
  • OpenSearch Compatibility

This release is also compatible with Magento 2.4.1, 2.4.2 and 2.4.3 so you do not need to upgrade your Magento instance to use it :)

In this release we also added the ability to generate virtual categories subtrees in #2489

These is now a new button Generate Virtual Category Root Subtree on the category edit form in the Back-Office, for virtual categories.

If you enable this, category filter for this virtual category will be generated according to the Root Category that has been configured to be used by you virtual category.

Eg : on the Luma sample data catalog, if you create a virtual category "Top Sales", that has "Default Category" as root category, and you decide to generate automatically the subtree, when browsing "Top Sales", you'll be able to filter among "Men" and "Women" that are childrens of "Default Category".

🐛 Fixes

New Contributors

Full Changelog: 2.10.9.1...2.10.10

What's Changed

Read more

2.9.11

14 Sep 11:56
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.9.10.1...2.9.11

What's Changed

Full Changelog: 2.9.10.1...2.9.11

2.8.17

14 Sep 10:45
Compare
Choose a tag to compare

🐛 Fixes

Full Changelog: 2.8.16.1...2.8.17

What's Changed

Full Changelog: 2.8.16.1...2.8.17

2.10.9.1

14 Sep 12:22
Compare
Choose a tag to compare

🐛 Fixes

  • Fix implicit dependencies introduced on Magento legacy AdminNotification module #2423
  • Fix wrong sort order of SKU based products widget #2432
  • Fix a tracking bug (#2390) when using the "login as customer" feature of Magento #2418