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
Is it possible to fetch virtual categories from the product? When I call method getCategoryCollection - it returns only static categories. It's critical for me to be able to fetch virtual categories. Any suggestions?
Preconditions
Linux debian-8 3.16.0-4-amd64 #1 SMP Debian 3.16.39-1+deb8u2 (2017-03-07) x86_64 GNU/Linux
Magento Version: 2.1.4 CE
ElasticSuite Version : 2.3.4
Environment: Developer
The text was updated successfully, but these errors were encountered:
There is actually no way to retrieve the virtual categories which are matching a given product.
We may consider adding this soon by percolating the rules of virtual categories to match it from products.
But I do not think we will change the getCategoryCollectionto add the virtual categories, but rather add a new method.
We would like to develop this feature for a current project.
I saw you start to think about it, can we make a call to talk about what you planned to do to start wth the right solution?
Is it possible to fetch virtual categories from the product? When I call method
getCategoryCollection
- it returns only static categories. It's critical for me to be able to fetch virtual categories. Any suggestions?Preconditions
Linux debian-8 3.16.0-4-amd64 #1 SMP Debian 3.16.39-1+deb8u2 (2017-03-07) x86_64 GNU/Linux
Magento Version: 2.1.4 CE
ElasticSuite Version : 2.3.4
Environment: Developer
The text was updated successfully, but these errors were encountered: