Forum Discussion
Mel_C13
May 11, 2021Iron Contributor
Home site search not working as expected
Hi there We have implemented the new Home site feature in our SharePoint environment but the search function is not performing as expected. My understanding was that the search bar at the top on th...
kevmcdonk
May 12, 2021MVP
Mel_C13 something strange is going on today! As you can see from the attached screenshot, the Home Site can definitely return bookmarks. However, it didn't the first time but worked fine after a refresh. It may be worth checking the Search scope on that site with PowerShell - you can get it with PnP PowerShell using this command Get-PnPSearchSettings (PnP.Powershell) | Microsoft Docs or set the values if they are not correct with Set-PnPSearchSettings (PnP.Powershell) | Microsoft Docs.
If that PowerShell makes no sense, check out the PnPPowerShell intro page at PnP PowerShell | PnP PowerShell. Hope that helps