Windows 7 Search Federation Providers
OPTION ONE
Installation and Usage
1st Step: Click on a icon below to install the Search Provider.
Advanced Search Connectors:
These Search Connectors export Additional properties like Thumbnails, Videos, Documents, Images and other files for use directly from explorer!
Basic Search Connectors:
These Search connectors only show web page results without additional properties like Thumbnails, Videos, Documents, Images and other files...
2nd Step: Open Windows Explorer. You will see you new Search Provider listed under Favorites or under C:\Users\<username>\Searches
OPTION TWO
Create Your Own Standard Basic Search Provider
Note
Most websites do not support OpenSearch however a little feature of Microsoft`s Live Search allows you to create your own
basic Search Provider for any Website and make it able to search that site directly from Windows 7

1st Step: Open Notepad and paste this code:
Code:
<?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>Sevenforums</ShortName>
<Description>OpenSearch SevenForums via Live Search using Windows 7 Federated Search</Description>
<Url type="application/rss+xml" template="http://api.bing.com/rss.aspx?source=web&query={searchTerms} site:sevenforums.com&web.count=50"/>
<Url type="text/html" template="http://www.bing.com/search?q={searchTerms}+site:sevenforums.com"/>
</OpenSearchDescription>
2nd Step: Replace the
red text with a Shortname you want to call the Search Provider, A description and then replace sevenforums.com URL with the website URL you would like to use for Searching using Windows 7
3rd Step: Click File> Save As and change the
"Save as Type" to
all files (important!), then under filename use (
filename.osdx) to allow Windows 7 to recognize the Search Provider osdx extension
4th Step: Open your newly created Search provider to begin searching the website you specified using LiveSearch`s webite RSS Search Feature