Defect HC-7397

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 8.0.4.26

Observed behavior

It is not possible to display more than 25 facets for a given category in Management Center.

Expected behavior

When large amounts of data need to be retrieved, generally the results are 'paged' with a standard 25 results per page. The attribute list was not coded for paging since there was a low expected number of facets anticipated, so there was no anticipated need.

Resolution

The code is updated to retrieve up to 500 facets if there are more than 25. 500 is the standard pageable limit for other parts of the product.