Hi all,
We faced with issue that we cannot change category facet to multiselect in the sap cloud.
On the local machine all fine. We changed category SolrIndexedProperty and set facetType=MultiSelectOr. And locally it works.
But for the cloud environment it dos not work. Facet populated as multiselect=false
Also for test we created new "testCategory" SolrIndexedProperty with the same fieldValueProvider; facetDisplayNameProvider; topValuesProvider and import it on dev environment. And this test SolrIndexedProperty works as expected. So the problem is only with "Category" facet
Has anyone encountered a similar problem? Are there any restrictions for the "category" facet?
Thank you