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
Hello, I want Virtual Categories in my catalog_product index.
I can see there is a flag in it, but it is not populated for Virtual Categories:
I found that this flag is set to true only if products are ordered manually from the backend.
Is there any way to index those categories and add them there? I tried one solution, but products for virtual categories are getting with elasticsearch query and when there is no index created yet, there is a problem.
Can't find how to get products for virtual categories without querying elastic.
Any suggestions here how I can populate this during catalogsearch_fulltext reindex?