@gradientedge/commercetools-utils
    Preparing search index...

    Interface ProductSearchFacetCountValue

    interface ProductSearchFacetCountValue {
        filter?: _SearchQuery;
        level?: ProductSearchFacetCountLevelEnum;
        name: string;
        scope?: ProductSearchFacetScopeEnum;
    }
    Index

    Properties

    filter?: _SearchQuery

    Additional filtering expression to apply to the facet result before calculating the facet.

    Specify whether to count Products (products) or Product Variants (variants).

    name: string

    Name of the count facet to appear in the ProductSearchFacetResultCount.

    Whether the facet must consider only the Products resulting from the search (query) or all the Products (all).