Vadym Honcharuk
Vadym Honcharuk
Hello @zakdma, Could you provide details about the versions of Magento and Elasticsuite that you are using? BR, Vadym
Hello, @zakdma I have added a [fix](https://github.com/vahonc/elasticsuite/commit/dea617eacfb46f536b672062b0e9fabdae0babe0) that should resolve your issue. I would appreciate, if you could test this fix in your environment, inspired by my commit, until it's...
Hi guys, You need to perform this command: `DELETE FROM eav_attribute where attribute_code='sort_direction';` Thanks for your feedback, I'll update the UnInstall commands in our Wiki. BR, Vadym
Hello @sateesh285, First of all, please respect the issue template and provide detailed information about your environment (versions of Magento and ElasticSuite) and steps to reproduce the issue. Otherwise, it's...
@sateesh285, Are you sure that the difference between your environments is only in the number of products or maybe there is a difference in the config settings? Can you provide...
@sateesh285 We added a couple of fixes in the last release of Elasticsuite. Can you check if your issue is still occurring after updating? BR, Vadym
@Bashev, Hot fix: just to add `@SuppressWarnings(PHPMD.CouplingBetweenObjects)` into the class PHPDoc Long story: The class has a coupling value of 14, exceeding the recommended limit of 13, making it harder...
@ioweb-gr, I can try to reproduce this issue, but not sure if I have any luck, cause it looks like this is something specific for your environment. As for start...
@ioweb-gr If I understood you correctly, you need to change this setting:  By default, for all filters display 10 visible options, if there are more than 10...
@ioweb-gr, >I still haven't found a definitive reason of why the \Smile\ElasticsuiteCatalog\Model\Attribute\LayeredNavAttributesProvider::$attributes is never populated when the show more button is pressed. I'm not sure, but maybe the problem is...