I want the documents in search results to show the shared with Info besides the title in Sharepoint online. As seen in the image below, I want the part highlighted in Red.
Display Shared With Info like this
For example, the document is shared with certain user groups and if the user searches for the document in Sharepoint search, search results should show the document with title along with Shared with information. Is it possible to accomplish this in SharePoint Online?
These are the things I have tried so far
- Updated the display template by adding Managed property "SharedWithInternal" to mso managed properties - didn't work
- Tried JSOM to get the document properties and display it with the title - didn't work
- Used CSWP and tried adding Sharedwith as managed property - didn't work