Defect HC-16779

Missing Attributes in the search result when using LISTAGG=false in indexing

Software

Customer case Applies to Corrected in
CS0304517 V9.1 9.1.11.0

Observed behavior

An incomplete set of attributes and values are being returned from Elasticsearch queries when LISTAGG is set to "false" during indexing.

Expected behavior

The complete set of attributes and values should be returned always.

Resolution

The code was updated to better handle document serialization, fixing the issue.