I have a saved search that displays what assemblies an items are members of. For example 123 is a member of assemblies ABC, DEF, and GHI. My return is pretty straight forward:
Replace(ns_concat({memberof}), ',' , '<br>')
Naturally, the end user wants the assembly's displayname rather than its name (SKU). Is there a way to grab that in an item search?