-
Notifications
You must be signed in to change notification settings - Fork 340
New issue
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
Missing products from category after upgrade to 2.3.10 #572
Comments
Since 2.3.8, we decided that all composite products with no active simple children should not be indexed. Can you please check that the missing products :
In this case it does not make sense to display them and the behavior is expected. |
I created a new product in our existing store and also an in a fresh test installation (same exact product setup and version) Existing store print_r(childrenData)
fresh test installation store
|
Your first example product does not have a status. For me it is equivalent to being disabled. |
Since I'm at least the second person with this issue (#565), could we check to see if the key exist and if so do new the logic else do nothing? |
I have zero configurable showing on the site after upgrading from 2.3.5 and they should be over 500+ |
I think it would be better to fix the problem at source : status is a mandatory field for products. Having it missing can lead to other problems elsewhere in your Magento install or with other extensions. |
The issue is caused by someone changing the default "Use in Search" from "yes" to "no"
|
Preconditions
Magento Version : 2.1.9
ElasticSuite Version : 2.3.10
Please take a look at my comment on #567
This code will remove any product that does not have a status. Before upgrading, I have 5 products after upgrading I have only one showing up.
The text was updated successfully, but these errors were encountered: