Skip to content

Releases: Smile-SA/elasticsuite

2.3.0

06 Jan 09:03
Compare
Choose a tag to compare

ℹ️ New features :

The new version of Smile Elastic Suite comes with the following new features :

  • Introducing the Optimizers feature : you are now able to create boosts based on rules like Boost all products that are in stock / discounted or Boost all products for Men
  • Adding special attributes to the virtual rules (for virtual categories and optimizers) : this allow to build rules based on only discounted products or only in stock products and only products with images.
  • Attributes Autocomplete : Attributes are now displayed in autocomplete results. (#141)
  • Advanced Search Compatibility : ElasticSuite is now fully compatible with the Advanced Search feature. (#226)
  • Show less/more into facets : Customers are now able to display all values for a facet if they wish. (#221)
  • Support of HTTP Authentication for ElasticSearch (#212)
  • Filters are now rendered via a JS component on search result and navigation pages (#191)
  • Support for "min_doc_count" in histogram aggregations. (#189)
  • Support for bulk update operations (#159)

✅ Fixed

  • Huge improvement of indexing process, which will result in more light and faster rebuilt indexes (#164)
  • Better price rendering for products in the autocomplete (now manages special price, flat taxes, etc ...) (#207)
  • An issue on virtual categories when using "Flat Categories" index. (#231)
  • Keyboard navigation in the autocomplete result box (#193)
  • Correct display of special characters in the autocomplete result box (#192)
  • Products thumbnails in autocomplete box are not rendered with full size image anymore (#177)
  • Proper implementation of index durability (#176)
  • Better performances for facet display (#165)
  • Correct appliance of visibility into the autocomplete box (#276)
  • An issue for the mapping of sortable but not searchable fields (#277)
  • An issue where choosing to display "all" products per page on Front-Office was not properly applied (#250)

2.2.6

04 Jan 09:00
Compare
Choose a tag to compare
  • Fix a problem when indexing scoped product attributes.

2.1.4

04 Jan 09:00
Compare
Choose a tag to compare
  • Fix a problem when indexing scoped product attributes.

2.2.5

16 Dec 13:51
Compare
Choose a tag to compare

⚠️ Warning : This release embeds a fix for Magento 2.1.3 compatibility.

Therefore, it is mandatory to migrate to this version of ElasticSuite if you are using Magento 2.1.3.

Please also note that this version remains compatible with others prior Magento 2.1.x version

✅ Fixed :

  • #255 : Slight refactoring of the Relevance Configuration. This part was affected by a non-backward compatible change made by Magento into core classes.

2.2.4

30 Nov 14:06
Compare
Choose a tag to compare

⚠️ Warning : This release embeds fixes for potential security and data loss issues. Your are strongly encouraged to migrate from any previous 2.2.x version to this one as soon as possible.

✅ Fixed :

  • #223 an issue on virtual categories : This issue could occurs if you are using a custom script/module which loops over a category collection and save them, without having previously loaded their "virtual rule" attribute. This one is considered as a major issue since it can result to data loss by overwriting the previous Virtual Category Rule by an empty one.
  • potential XSS vulnerability #224

2.1.3

30 Nov 14:05
Compare
Choose a tag to compare

⚠️ Warning : This release embeds fixes for potential security and data loss issues. Your are strongly encouraged to migrate from any previous 2.1.x version to this one as soon as possible.

✅ Fixed :

  • #223 an issue on virtual categories : This issue could occurs if you are using a custom script/module which loops over a category collection and save them, without having previously loaded their "virtual rule" attribute. This one is considered as a major issue since it can result to data loss by overwriting the previous Virtual Category Rule by an empty one.
  • potential XSS vulnerability #224

2.2.3

29 Nov 05:41
Compare
Choose a tag to compare

✅ Fixed :

  • Issue when indexing Bundle's child products #201
  • Issue when using a non string field as searchable in fulltext #214
  • An issue with ElasticSearch 2.4.x #219
  • Issues with the Categories REST Api #186

2.1.2

18 Oct 09:13
Compare
Choose a tag to compare

✅ Fixed :

  • Potential issue occuring during compilation (5b564d2)

2.2.2

11 Oct 09:16
Compare
Choose a tag to compare

✅ Fixed :

  • Issue with the category autocomplete when using flat categories. (4ed3b50)
  • Issue with potential undefined index on virtual categories preview (33bc791)
  • Refactoring the Categories Autocomplete rendering (14445c9)
  • Prioritizing the default store view (if possible) for virtual category preview on the "Default" scope (4c06f32)
  • Enforce Thesaurus and Categories fulltext reindex when installing (e9ec140 & 72e0a6e) : This one ensure to avoid having missing indexes when running a Magento install from scratch with the module bundled in.

2.2.1

27 Sep 08:43
Compare
Choose a tag to compare

✅ Fixed :

  • Issue with the category filter. (9cfb355)