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
{{ message }}
This repository has been archived by the owner on Feb 10, 2025. It is now read-only.
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.
Thanks.
The text was updated successfully, but these errors were encountered:
Vvirich
changed the title
Add support for Counting Products faceted search expression feature
Add support for Counting Products in faceted search feature
Jan 13, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.FacetedSearchSearchModel
like 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.
The text was updated successfully, but these errors were encountered: