Skip to content

2.3.7

Compare
Choose a tag to compare
@romainruaud romainruaud released this 18 Sep 13:28
· 24 commits to 2.3.x since this release

✅ 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 JS error (#457) when tracking is disabled. (#460)

  • 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)