Getting child-site search results to display other columns in cusotm search results
first time asker...I have a hub site and am designing search verticals (SharePoint Online Modern, no access to PnP). For results (pages, folders, and list items) obtained on the parent (hub) site, I can list the values in a custom column called "TagList". This is a mapped, crawled property that is a simple multi-line text field that I have added to lists and libraries to allow people to describe the item.
My problem is that I cannot get the same field to show for results that come from a child site. I have set up my search vertical result format section that I want to show this as follows:
{
"type": "TextBlock",
"text": "Report Tags: ${TagList}",
"spacing": "small",
"color": "dark"
}
TagList is also a crawled, mapped property on the child site that is set to retrievable. I have verified that there is data in the column, among other "idiot" checks. Is what I am trying to do possible? Can you give an overview of what I need to do if different from what I have done already? Your expertise and help is much appreciated...just let me know if you require more info and I'd be happy to provide.