Forum Discussion

ChrisInhoff's avatar
ChrisInhoff
Copper Contributor
Jul 10, 2024
Solved

Use Org Intranet Site Homepage for SharePoint Homepage for Search Functionality

Hello,   My organization created their SharePoint Intranet site before I joined them. It seems that, because the topmost Search field only searches the current site, that they created a link on the...
  • ChrisInhoff's avatar
    Oct 14, 2024

    ChrisInhoff 

    Just providing an update on this.

    I had someone else look at this, and they have come up with a better solution.

    Instead of changing the Homepage site URL, they have suggested altering the Search functionality of the site in question include the entire tenant in its scope.

    They suggested the below code to enable full tenant search from the site that is NOT my SharePoint homepage:

    Connect-PnPOnline -Url https://yoursite.sharepoint.com/sites/yoursite -UseWebLogin
    Set-PnPSearchSettings -Scope Web -SearchScope Tenant

Resources