Releases: Smile-SA/elasticsuite
2.3.9
2.3.8
2.3.7
✅ Fixed
Indexing
-
Fix children product visibilities during product indexing : This prevent displaying values of disabled childrens (color, swatches, etc ...) for configurable products. (#480)
-
Remove composite products having no children. (#526)
-
Prevent strange Magento behavior ( magento/magento2#10421 ) with previously deleted categories when indexing (#485)
-
Properly reindex a category when it's switched to virtual category (to ensure old products do not remain attached) (#488)
Relevance & Navigation
-
Append default config for the standard analyzer : Better relevance (#491)
-
Better usage of elision filter : Increase relevance. (#496)
-
Computing term vectors with all shards of the cluster : this ensure to correctly check if the fuziness has to be applied and increase the relevance (#532)
-
Compute properly sort order for options-based attributes (#463)
-
Support "0" values for attributes options (#525)
Misc
-
Adding debounce to the autocomplete : this greatly improves performances. (#489)
-
Compute correctly option based attributes when displayed in autocomplete (#495)
-
Fixing a bug with tracking occuring in HTTPS. (#492)
-
Fixing a bug occuring during new attribute creation from the product edit page in BO (#521)
-
Now using resized product images when previewing Virtual Categories (#508)
2.3.6
✅ Fixed
-
A performance issue that could occur when indexing very large catalogs (several millions of products) : #421
-
A bug (#414) on mass-adding of products into categories : #418
-
Fixed issue with "is one of" rules not working : #454
-
Fixed a bug ( #441 ) occuring during indexation where categories are existing only with values for a given store, and not for the 0.
-
Fixing an issue with the "One Result Redirect" message (#426) by refactoring this feature : #443
-
A small bug (#416) where message about count of products in category toolbar are showing incorrect : #438
2.3.5
✅ Fixed
- A small bug (#280) on Catalog/Search pages navigation (#370)
- Small refactoring (#388) on categories indexing which could cause errors being thrown by the cronjobs.
- Ability to index properly all prices attributes (#390)
- Now displaying properly the "expanded" filters on layered navigation (#387)
- Adding some missing french translations for Virtual Categories
- Ensure the EAV cache is properly cleared after adding attributes during install : this allow to run a complete install from scratch with ElasticSuite bundled in Magento (#397)
- Fixing a bug (#392) where optimizers created for Catalog Navigation only did not get properly applied (#398)
- Slight refactoring of Swatches to be compliant with the Magento's refactoring which occured in Magento 2.1.6
- Fixing a bug (#403) on the autocomplete keyboard navigation
- Refactoring the way autocomplete search results are populated : Your are now able to inject your own processors to customize the way the product collection is retrieved.
- Fixing a bug (#402) when attributes are having an option label with the "0" string that were ignored. (#406)
2.3.4
2.3.3
✅ Fixed
-
A bug (#337) which occured when moving categories and using Flat Categories (e095340)
-
Several performance improvements for Virtual Categories (b9abaae, befc3b2, b044a9b)
-
Removing "position" column of the category/product grid since they are not relevant anymore : Product sorting is made via the drag-and-drop product sorter. (f731141)
-
Setting internal elasticsuite fields as "protected" : this prevent to create attributes using "reserved" values for attribute_code field which could lead to issues by overriding internal fields used by elasticsuite (eg. if you create an attribute with the attribute_code "stock" or "category") (f92a5b3)
-
Fixing an issue (#347) related to Magento EE website scoped permissions (7e81ec4)
-
Potential issues when using directly the Catalog Layer (eg. via
$layerResolver->get()
) : in some cases, the retrieval of product collection from the layer was not returning the proper collection type. (#356)
ℹ️ Misc
- We added an "issue template", to ensure we are able to resolve our community members issues with the maximum informations from them.
2.3.2
✅ Fixed
- An issue occuring when using dropdown or multiple select attributes on advanced search. (#313)
- The attribute edition screen now prevent to set an attribute to "Displayed in autocomplete : Yes" if this attribute is not "Filterable in search : Yes".
- The attribute edition screen now authorizes to set boolean attributes as "Filterable" and "Filterable in Search".
- The number of results belonging to an attribute on the autocomplete box is now hidden. (#308)
2.3.1
ℹ️ New Features
- Added the ability to easily add custom attributes into product panel of autocomplete results (#302)