-
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
Attribute faceting #60
Comments
afoucret
added a commit
that referenced
this issue
Jun 17, 2016
Fix #60 : child attributes indexed when not already present into the child product.
The PR #64 has been rejected but the PR #65 fix this one and is merged into the master. @delyriand can you test it from the master. |
@afoucret It's ok. Your fix works fine. |
Closed
ghost
mentioned this issue
Jul 31, 2022
real34
added a commit
to front-commerce/magento1-elasticsuite-indexer
that referenced
this issue
Oct 4, 2023
…not in the parent to allow to filter on canonical attributes (e.g: color, size) different from the discriminating attribute for products configuration It relates to Smile-SA/elasticsuite#60 fixed in ElasticSuite for Magento2
real34
added a commit
to front-commerce/magento1-elasticsuite-indexer
that referenced
this issue
Oct 6, 2023
…not in the parent to allow to filter on canonical attributes (e.g: color, size) different from the discriminating attribute for products configuration. Only for active children products. It relates to Smile-SA/elasticsuite#60 fixed in ElasticSuite for Magento2
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For example, we have a color attribute and a base color attribute. The configurable products are decline by color (& size). But for customer experience, we need to be able to filter based on "base" color.
But, the displayed base colors are from the configurable product (instead of simple product).
We use a visual swatch for color base attribute and we are obliged to select a color for configurable product.
MyConfigurable
Color base - white
MyFirstSimple
Color - white
Color base - white
MySecondSimple
Color - crimson
Color base - Red
MyThirdSimple
Color - cherry red
Color base - Red
We have only white value in color base facet.
The text was updated successfully, but these errors were encountered: