You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently there is no way to enable a product counting using FacetedSearch features.
Please add a withCountingProducts(Boolean isCountingProducts) method to io.sphere.sdk.search.model.FacetedSearchSearchModel like in FacetSearchModel. Because now in json response product count field always is null and there’s no convenient way to enable it using faceted search api.
Hi.
Currently there is no way to enable a product counting using FacetedSearch features.
Please add a
withCountingProducts(Boolean isCountingProducts)method toio.sphere.sdk.search.model.FacetedSearchSearchModellike inFacetSearchModel. Because now in json response product count field always is null and there’s no convenient way to enable it using faceted search api.Thanks.