Windows-7
SharePoint 2013 Foundation 的 Opensearch 連接器未返回任何結果
我想通過 opensearch 連接器將 SharePoint 搜尋連接到本地 Windows 7 搜尋。但是,當我搜尋某些內容時,它總是不返回任何結果,但在 wbsite 連結上搜尋有效。我的 .osdx 文件的內容如下:
<?xml version="1.0" encoding="UTF-8"?> <OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/" xmlns:ms-ose="http://schemas.microsoft.com/opensearchext/2009/"> <ShortName>SharePoint Search</ShortName> <Description>Search the SharePoint site.</Description> <Url type="application/rss+xml" template="http://host/sites/mysite/search/_layouts/15/srchrss.aspx?k={searchTerms}"/> <Url type="text/html" template="http://host/sites/mysite/search/results.aspx?k={searchTerms}"/> </OpenSearchDescription>
連結在進入瀏覽器時都可以正常工作,但我注意到如果輸入 chrome 的 rss 連結在第一次嘗試時不會返回結果,但如果我重新載入頁面它會返回。
什麼可能導致這種行為?我將不勝感激任何建議:)
問題是我啟用了匿名身份驗證,因此第一個請求將在沒有身份驗證令牌的情況下發送