Skip to content

2.4.0

Compare
Choose a tag to compare
@romainruaud romainruaud released this 09 Nov 13:55
· 39 commits to 2.4.x since this release
e0d4e5e

ℹ️ New features :

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

  • Complete Support of Magento 2.2 (dropped PHP 5 support, proper version of 'require-dev' tools)
  • Unit testing for the ElasticsuiteCore module.
  • You are now able to preview optimizers in the Back-Office before enabling them.
  • Search by SKU is now working properly.
  • Customers are now able to search inside filters when they have many values.
  • You can now define custom analyzers for search fields : it requires development skills and it's documented in the wiki here.
  • You can also define custom attributes for rules : it is also done by the code and is documented in the wiki here.
  • Better preview of virtual categories in BO (community PR).

✅ Fixed & Technical

  • Remove the "is_used_in_autocomplete" field which was not used.
  • Refactoring of all installers.
  • Disable Phonetic Fuziness by default because it widens the search too much.
  • A small bug on configuration save ( #310 )
  • Fix the search results count which were overriden when a filter was applied ( #600 )
  • The "Search containers" have been cleaned : a new container have been added for the autocomplete, allowing to customize autocomplete search configuration.