Getting child-site search results to display other columns in cusotm search results

Neimeier, Dale 5 Reputation points
2023-12-19T17:47:56.4+00:00

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.

SharePoint Development
SharePoint Development
SharePoint: A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.Development: The process of researching, productizing, and refining new or existing technologies.
3,624 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.