In HMIS, what happens when search details include a complex property?

When search details include a complex property, multiple rows can be returned–one for each row in the complex property that contains the selected object. The first row returned has the “Title” set to the property name, or the title, as configured in the search. Subsequent rows will have an empty Title.

The following example shows two complex properties returned in details, with three rows each:

{ "String": "Building 5", "Title": "Current Vehicle Areas", "Type": 0 }, 
{ "String": "Offtracks", "Title": "", "Type": 0 }, 
{ "String": "Paint Inspection Bay 6", "Title": "", "Type": 0 },
{ "String": "P199761A", "Title": "Vehicle Quality Tickets", "Type": 0 }, 
{ "String": "P199761B", "Title": "", "Type": 0 }, 
{ "String": "E002136", "Title": "", "Type": 0 }