Pnp-modern-search: Download item from search results

Created on 22 May 2021  路  3Comments  路  Source: microsoft-search/pnp-modern-search

Is your feature request related to a problem? Please describe.
There is no option to download a file from Search results

Describe the solution you'd like
I want to see a document download option from Search results page

Describe alternatives you've considered
SharePoint has this feature, in document library. When we search in a document library, we can download from that page

Additional context
ej07yYDnqu

Author Feedback

All 3 comments

Hello,
you can easely add this kind of code to your custom template : onclick="window.location.assign('{{slot item @root.slots.SPSiteUrl}}/_layouts/15/download.aspx?UniqueId={{slot item @root.slots.ItemId}}')".

The slot mapping :

  • SPSiteUrl = SPSiteUrl
  • ItemId = NormUniqueID

Best regards.

@fijaz are you ok with the help @hervedorierai3 provided?

Yes, Thanks for followup. I am ok with feedback provided by @hervedorierai3.

Was this page helpful?
0 / 5 - 0 ratings