The Insight "search for objects" view allows to select columns to display for search results. Apparently the attributes of all object types are selectable here but only the columns (attributes) of the searched object type return values.
Is it possible to make a search also display referenced attributes?
I have the object types "Staff", "Roles", "Teams".
The object type "Staff" has the referenced attributes "Roles" and "Teams".
objectType = "Teams" AND object HAVING inboundReferences(Roles = "Product Manager")
In the above search result I would like to display the Staff attribute "Name" so that for each team the product manager name is shown in the Name column.