We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Magento Version : EE 2.1.4 ElasticSuite Version : 2.3.4 Environment : Dev & Prod
I personnaly correct this by changing the ItemCollectionProvider of the Layer\Category\Contex virtual type :
<virtualType name="Magento\CatalogSearch\Model\Layer\Category\Context" type="Magento\Catalog\Model\Layer\Category\Context"> <arguments> <argument name="collectionProvider" xsi:type="object">Magento\CatalogSearch\Model\Layer\Category\ItemCollectionProvider</argument> </arguments> </virtualType>
The text was updated successfully, but these errors were encountered:
Fixed by PR #398 . Please wait for the next minor 2.3 release or feel free to use the 2.3.x branch while waiting for it.
Best regards,
Sorry, something went wrong.
romainruaud
No branches or pull requests
Preconditions
Magento Version : EE 2.1.4
ElasticSuite Version : 2.3.4
Environment : Dev & Prod
Steps to reproduce
Expected result
Actual result
I personnaly correct this by changing the ItemCollectionProvider of the Layer\Category\Contex virtual type :
The text was updated successfully, but these errors were encountered: