How To Create Windows 7 Federated Search Connectors

By Windows Club | May 10th, 2009 . Filed under: Tips. Tags: ,

Federated search enables users to search remote data sources from within Windows Explorer. Remote data sources make themselves searchable with a simple web front end that exposes their search capabilities. In fact, some data sources may already support the minimum requirements for search federation. You can easily create a Search Connector for your favorite website as follows.  fed search

Copy-paste the following template in Notepad.

<?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>TheWindowsClub</ShortName>
<Description>Search TheWindowsClub with Live Search</Description>
<Url type=”application/rss+xml” template=”http://search.msn.com/results.aspx?q={searchTerms}+site:thewindowsclub.com&num=10&format=rss”/>
<Url type=”text/html” template=”http://search.live.com/results.aspx?q={searchTerms}+site:thewindowsclub.com&format=rss”/>
</OpenSearchDescription>

Now simply replace the terms highlighted in red with parameters of your choice. That is Your site name, site description and site url.

Save the file as an .osdx extension file.

Source : MSDN.


Bookmark and Share

Related posts:

Recent posts:
  • Guest Articles: Write for The Windows Club
  • Guide: Programming Windows Phone 7 Series
  • Twikini, a Twitter app, for Windows Phone 7 Series announced
  • Windows Themes Installer : Install Windows 7 & Vista themes easily
  • What makes microsoft.com website tick!?

  • Popular posts:

    Comments are closed.