Custom Crawled and Managed Property not being returned in Graph API search

38 Views Asked by At

Custom site column and managed property is not returned in seach/query Graph API. Anything wrong with my mapping method?

Hi,

I'm a sharepoint site owner in my company and I created a site column called "SupplierName" and added it in one of my Lists.

List photo

A crawled property has been automatically created in the Site Settings > Search schema > Crawled Properties as per image below:

ows_SupplierName created

Then, I created a new Managed Property called "SupplierName" and mapped the crawled property ows_SupplierName.

Managed Property

I've reindexed my site after it and then tried to use the POST method in Graph API asking for the field "suppliername", however, the field is not returned.

POST Request https://graph.microsoft.com/v1.0/search/query

Response

Any reason of why it does not return it?

0

There are 0 best solutions below