Defect HC-7398

Cannot display more than 25 facets for a given category in Management Center

Software

Customer case Applies to Corrected in
CS0173521 V8.0.4.23 9.0.1.16

Observed behavior

By default, the maximum number of facets returned by GetSalesCatalogGroupChildren-Facets.jsp is 25.

Expected behavior

While other parts of Management Center have paging support, the facet list pages do not. Previously, a fix was made to GetCatalogGroupChildren-Facets.jsp. The same fix should also be applied to GetSalesCatalogGroupChildren-Facets.jsp.

Resolution

The code was updated to force the maximum number of facets to be 500 to avoid the problem.