Name and ID
CMP Graph.
We need to combine CMP assets results with Episerver search items. However, due to an issue in the CMP result set, the filter Id and Name values are coming in separate arrays, and the values do not align correctly.
Currently, the facets response returns only the Name and Count fields. The Id field should also be included in the CMP facet filters response so that each facet value can be uniquely identified.
The facet name counts are not consistent. When we apply a WHERE clause filter, the facet counts change unexpectedly. The facet name counts should remain consistent and should not change incorrectly after applying the filter.
The Id and Name should be returned in the same array. If they must be in separate arrays, they should at least follow the same index order so that the Id can be reliably fetched using the index of the corresponding Name.