mergedFacetKey property

String? mergedFacetKey
getter/setter pair

The merged facet key should be a valid facet key that is different than the facet key of the current catalog attribute.

We refer this is merged facet key as the child of the current catalog attribute. This merged facet key can't be a parent of another facet key (i.e. no directed path of length 2). This merged facet key needs to be either a textual custom attribute or a numerical custom attribute.

Implementation

core.String? mergedFacetKey;