Not able to see the custom column data in search results

Sivakoteswara Rao Sadhu 6 Reputation points
2024-04-23T13:32:16.3333333+00:00

I'm using an API to retrieve search results along with item metadata. But I'm encountering an issue where results from a custom column aren't being returned.

I've created a managed property in the search configuration, but it doesn't seem to be working as intended.

Could you please assist me in resolving this?

Managed Property:
User's image

Search ResultsUser's image

API: https://graph.microsoft.com/v1.0/search/query

Request Body:

{
    "requests": [
        {
            "entityTypes": [
                "driveItem"
            ],
            "query": {
                "queryString": "Test"
            },
            "fields": [
                "title",
                "path",
                "ListItemID",
                "taSPCNumber"
				"SPCNumber"
            ]
        }
    ]

}																				
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,649 questions
0 comments No comments
{count} votes