I want to display my custom fields in detailed view. I managed to display custom fields in detailed view in "document library" using below code writing to share-config-custom.xml file
But it is not effecting in search result. I mean I am unable to display custom fields(custom aspect fields) in search result list's detailed view. Could some guide me how I can achieve this.
I managed to add my custom field in search.get.json.ftl, search.lib.js files. Using the fire bug am able to see the value of my custom field in the ajax call made. Now, how can I add the custom field to display in the search result?