-
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
Configurable product won't filter based on associated product SKU's #791
Comments
@romainruaud Can you take a look at this one and how children SKUS could be indexed for composite products. |
acknowledged, I'll take a look on this one |
We could add it to the documents in ES, but I'm not sure in which field we should add it. Imho adding it directly to the Let me know your opinion on this one @afoucret . More generally, I'm not sure grouping children fields values in fields is the best thing, because it can cause issues, eg. when using the field for sorting : I'm pretty sure sorting on "name" on a whole list of bundle products will be inconsistent, due to the fact that each product will have several values on the "name" field. Maybe it's time to build something better on this point. Your thoughts ? |
I was also thinking to a children attributes few days ago but it would be very difficult to build facets. By example the color. The sorting problem is real and we need to address. |
Ok for me then, I'll provide a fix using the sku field. |
PR is merged in branch 2.5.x. |
If I try to search product using associated SKU then I am not getting any result.
All associated products are not visible individually, can you please help urgently to fix this issues?
It should show Configurable products in the list because the SKU I am searching belongs to the Configurable product.
The text was updated successfully, but these errors were encountered: