Target SharePoint environment
SharePoint Online
What SharePoint development model, framework, SDK or API is this about?
SharePoint REST API
Developer environment
No response
What browser(s) / client(s) have you tested
Additional environment details
- browser version: Version 94.0.4606.81 (Official Build) (64-bit)
- node version: v10.23.3
Describe the bug / error
We have a custom site column "HubNewsCategory" which has terms in it and the site has been created more than a month back. So, we are sure the data is all crawled. We have also reindexed the site and the lists multiple times.
There are two crawled properties created for the column:
- ows_HubNewsCategory
- ows_taxId_HubNewsCategory
We tried mapping “ows_HubNewsCategory” to a new managed property and that returns semi-colon separated labels for the selected terms as expected.
But the OOTB created managed property owstaxIdHubNewsCategory remains empty.
We also tried mapping "ows_taxId_HubNewsCategory" to a new managed property and that too remains empty.
It looks like “ows_taxId_HubNewsCategory” crawled property doesn’t have any value, so it doesn’t get propagated to owstaxIdHubNewsCategory and owstaxidmetadataalltagsinfo managed properties.
Steps to reproduce
- Create a site column called HubNewsCategory
- Map it to any term set
- Add the column in a list
- Fire a search query and check if owstaxidmetadataalltagsinfo managed property has the value for the HubNewsCategory column in it.
Expected behavior
owstaxidmetadataalltagsinfo managed property should contain the values from all the managed metadata columns in a list.
Target SharePoint environment
SharePoint Online
What SharePoint development model, framework, SDK or API is this about?
SharePoint REST API
Developer environment
No response
What browser(s) / client(s) have you tested
Additional environment details
Describe the bug / error
We have a custom site column "HubNewsCategory" which has terms in it and the site has been created more than a month back. So, we are sure the data is all crawled. We have also reindexed the site and the lists multiple times.
There are two crawled properties created for the column:
We tried mapping “ows_HubNewsCategory” to a new managed property and that returns semi-colon separated labels for the selected terms as expected.
But the OOTB created managed property owstaxIdHubNewsCategory remains empty.
We also tried mapping "ows_taxId_HubNewsCategory" to a new managed property and that too remains empty.
It looks like “ows_taxId_HubNewsCategory” crawled property doesn’t have any value, so it doesn’t get propagated to owstaxIdHubNewsCategory and owstaxidmetadataalltagsinfo managed properties.
Steps to reproduce
Expected behavior
owstaxidmetadataalltagsinfo managed property should contain the values from all the managed metadata columns in a list.