SharePoint Online 搜索显示旧 SP2013 的结果

SharePoint Online Search shows results from old SP2013

我们在 SPO 上测试了混合搜索并决定不使用它。 设置它的测试场不再处于活动状态,但搜索仍在从中返回结果。 如何设置 SPO 搜索以仅显示来自 SPO 租户的结果? 当我尝试“删除搜索结果”时,它没有找到 URL

谢谢

SharePoint 中有一个 IsExternalContent 管理 属性,并且此 属性 对所有本地内容设置为 true。因此,您可以将搜索结果限制为仅显示带有 NOT IsExternalContent:true 的 M365 内容。

此外,您可以创建一个新的结果源并将默认查询转换更改为“{?{searchTerms} NOT IsExternalContent:true}”。然后使用此结果进行搜索