0

I want to connect the SharePoint search to the local windows 7 search via an opensearch connector. But when I search for something it always return no results but the search on wbsite link works. The contents of my .osdx file are as follows:

<?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>

The Links both work correctly when entered into a browser but i noticed that the rss link if entered into chrome does not return results on first try but if I reload the page it does.

What could cause this behaviour ? I would be grateful for any advice :)

HopelessN00b
  • 53,795
  • 33
  • 135
  • 209
phenom135
  • 107
  • 1
  • 4
  • 13

1 Answers1

0

The Problem was that I had enabled anonymous authentication so the first request would be send without an auth token

phenom135
  • 107
  • 1
  • 4
  • 13