SharePoint Online – How can I add managed properties to search results?
Dear Ladies and Gentlemen,
How can I add managed properties to search results in SharePoint Online?
I have some crawled properties matched with manged properties and also with refinable properties like RefinableString01.
I have also created custom search result page.
I have also updated the CustomString.js file like that:
But how ca I add these properties to the results of the search. So that these values will be displayed with the information about documents like title and URL address?
In the SharePoint Server it was possible to do.
Thank you
Ladislav Stupak
Dear Ladies and Gentlemen, How can I add managed properties to search results in SharePoint Online? I have some crawled properties matched with manged properties and also with refinable properties like RefinableString01. I have also created custom search result page. I have also updated the CustomString.js file like that: // Add your custom localized strings and then include these string dictionaries in your display templates using the $includeLanguageScript function $registerResourceDictionary(“en-us”, { “sampleCustomStringId”: “Sample custom string”, “rf_RefinementTitle_ManagedPropertyName”: “Sample Refinement Title for ManagedPropertyName”,”rf_RefinementTitle_RefinableString01″: “Document ID”,”rf_RefinementTitle_RefinableString02″: “Document ID URL”,”rf_RefinementTitle_RefinableString03″: “Project Name” }); But how ca I add these properties to the results of the search. So that these values will be displayed with the information about documents like title and URL address? In the SharePoint Server it was possible to do. Thank youLadislav Stupak Read More