Wouter Steenmeijer
Wouter Steenmeijer
Ha nice, always good to be the first one :D In this file: https://github.com/Smile-SA/elasticsuite/blob/2.10.x/src/module-elasticsuite-virtual-category/Model/Category/Attribute/VirtualRule/ReadHandler.php#L59 On a normal category page `$attributeData` is filled with the ruled like this:  On the...
Homepage: ``` [2022-09-22 09:22:17] .INFO: Request Success: {"method":"HEAD","uri":"http://elasticsearch7/magento2_default_catalog_product","port":9200,"headers":{"Host":["elasticsearch7"],"Content-Type":["application/json"],"Accept":["application/json"],"User-Agent":["elasticsearch-php/7.7.0 (Linux 5.15.0-47-generic; PHP 7.4.29)"]},"HTTP code":200,"duration":0.002317} [] [2022-09-22 09:22:17] .INFO: curl -XHEAD 'http://elasticsearch7/magento2_default_catalog_product?pretty=true' [] [] [2022-09-22 09:22:17] .INFO: Request Success: {"method":"HEAD","uri":"http://elasticsearch7/magento2_voetbalzonenl_catalog_product","port":9200,"headers":{"Host":["elasticsearch7"],"Content-Type":["application/json"],"Accept":["application/json"],"User-Agent":["elasticsearch-php/7.7.0 (Linux 5.15.0-47-generic;...
Why would this not be a best practice, its the exact same way as magento does it. When implementing page builder or similar you have exactly the same problems when...
> Do you go through this line ? https://github.com/Smile-SA/elasticsuite/blob/2.10.x/src/module-elasticsuite-virtual-category/Plugin/Collection/AddVirtualCategoryQuery.php#L53 Will look into this ! Thanks
Add this one to the list: `src/Entity/Translate.php` ``` $node->appendChild($document->createElement('LanguageCode', $this->getLanguageCode() ?? '')); ```