This repository has been archived by the owner on Oct 19, 2022. It is now read-only.
v2.1.3
EmicoEcommerce/Magento2Tweakwise#94
Added configuration for search language, this is exposed by the navigator. It can be used to signify the language in which a searchterm is written. Tweakwise will then account for that when evaluating word conjugations.
EmicoEcommerce/Magento2Tweakwise#93
Resize the product image in search autocomplete results. Before the product small_image was used this could result in large images being displayed in a small format which is bad for performance. The resize "profile" being used is: "product_thumbnail_image" as defined in magento/theme-frontend-blank etc/view.xml
<image id="product_thumbnail_image" type="thumbnail">
<width>75</width>
<height>75</height>
</image>