SharePoint 2013: Search Connectors for Windows 7

We want to add a Search Connector for SharePoint 2013 Search Center. This Search Connector should be available within the Windows 7 start menu. The result looks like this:

First we have to create a new text file with the following text and save it as “SharePoint.osdx” with UTF-8:

<?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>SharePointSearch</ShortName>
<Description>Search the SharePoint site.</Description>
<Url type=”application/rss+xml” template=”http://intranet/search/_layouts/srchrss.aspx?k={searchTerms}&amp;s=All%20Sites”/>
<Url type=”text/html” template=”http://intranet/search/Pages/results.aspx?k={searchTerms}&amp;s=All%20Sites”/>
<ms-ose:ResultsProcessing format=”application/rss+xml”>
<ms-ose:LinkIsFilePath>-1</ms-ose:LinkIsFilePath>
</ms-ose:ResultsProcessing>
</OpenSearchDescription>

Go to your osdx file and right click on it. Now you have the option to create a new “Search Connector”.

After installing the Search Connector you have to create a group policy for showing this option within the start menu. Just start the editor for group policy settings:

Go to “User Configuration > Administrative Templates > Windows Components > Windows Explorer” and find the Settings for “Libraries and Search Connectors…”

Enter the path to the installed osdx file for location 1 e.g., click apply and ok:

C:\Users\myusername\Searches\SharePointSearch.searchConnector-ms

That’s it. Now you can use the extended search from windows start menu.

 

 

 

The article or information provided here represents completely my own personal view & thought. It is recommended to test the content or scripts of the site in the lab, before making use in the production environment & use it completely at your own risk. The articles, scripts, suggestions or tricks published on the site are provided AS-IS with no warranties or guarantees and confers no rights.

About Dennis de Vries 34 Articles
Loving SharePoint, Social Media and like to work together with creative people all over the world.

1 Trackback / Pingback

  1. Search the enterprise from Windows 7 (SharePoint Server 2010) | MS Tech BLOG

Leave a Reply

Your email address will not be published.


*