You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the category page, all facets are display, even attributes with only 10% of coverage rate (Facet coverage rate parameters to 90).
Preconditions
Magento Version : 2.2.5 EE
ElasticSuite Version : 2.5.15
Environment : Developer mode
Steps to reproduce
Add several products to a category
Set black value to color attribute's on only one product
Expected result
Color facet is not display
Actual result
Color facet is display
vendor/smile/elasticsuite/src/module-elasticsuite-catalog/Model/Layer/RelevantFilterList.php $coverageRates = $this->getCoverageRates($productCollection);
In $coverageRates, all the attributes value are set to 100.
The text was updated successfully, but these errors were encountered:
On the category page, all facets are display, even attributes with only 10% of coverage rate (Facet coverage rate parameters to 90).
Preconditions
Magento Version : 2.2.5 EE
ElasticSuite Version : 2.5.15
Environment : Developer mode
Steps to reproduce
Expected result
Actual result
vendor/smile/elasticsuite/src/module-elasticsuite-catalog/Model/Layer/RelevantFilterList.php
$coverageRates = $this->getCoverageRates($productCollection);
In
$coverageRates
, all the attributes value are set to 100.The text was updated successfully, but these errors were encountered: