I am able to create faceted search using variants' attributes:
.plusFacets(facets -> facets.allVariants().attribute().ofString(sizeDescriptionAttribute).allTerms())
But I haven't managed to perform the same if I wanted to do it using products' attributes mixed with variants' attributes.
Is it possible to perform such operation?