<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>PC Pro blog &#187; federated search</title>
	<atom:link href="http://www.pcpro.co.uk/blogs/tag/federated-search/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pcpro.co.uk/blogs</link>
	<description>Blogging in the real world</description>
	<lastBuildDate>Wed, 08 Feb 2012 16:54:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to create your own search engine in Windows 7</title>
		<link>http://www.pcpro.co.uk/blogs/2009/05/12/how-to-create-your-own-search-engine-in-windows-7/</link>
		<comments>http://www.pcpro.co.uk/blogs/2009/05/12/how-to-create-your-own-search-engine-in-windows-7/#comments</comments>
		<pubDate>Tue, 12 May 2009 11:14:05 +0000</pubDate>
		<dc:creator>Barry Collins</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[federated search]]></category>
		<category><![CDATA[Search connectors]]></category>

		<guid isPermaLink="false">http://www.pcpro.co.uk/blogs/?p=5549</guid>
		<description><![CDATA[One of the rarely talked about new features in Windows 7 is federated search. This not only allows you to search for files on SharePoint servers or the company intranet as if they were stored locally on your PC, it also lets you search public websites from within Windows Explorer.
Right now you&#8217;re probably asking why [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.pcpro.co.uk/blogs/wp-content/uploads/2009/05/question-marks.jpg"><img class="alignleft size-thumbnail wp-image-5551" title="question-marks" src="http://www.pcpro.co.uk/blogs/wp-content/uploads/2009/05/question-marks-150x150.jpg" alt="Search" width="150" height="150" /></a>One of the rarely talked about new features in Windows 7 is federated search. This not only allows you to search for files on SharePoint servers or the company intranet as if they were stored locally on your PC, it also lets you search public websites from within Windows Explorer.</p>
<p>Right now you&#8217;re probably asking why on Earth you&#8217;d want to search websites in Explorer when you&#8217;ve got a perfectly good web browser and Google for such purposes? Well, there are several advantages. First, Windows Explorer starts searching websites as you type, just like it does with locally-stored files, meaning the page you&#8217;re looking for often crops up before you&#8217;ve even finished typing the search terms. It&#8217;s blisteringly fast too &#8211; often quicker than the website&#8217;s own search engine.</p>
<p><span id="more-5549"></span></p>
<p>What&#8217;s more, you can get a full page preview of the website without even opening the browser, and print the page with nothing more than a right click on the search results. So, for example, you could search for and print out the review of the Samsung NC20 netbook you saw on <em>PC Pro </em> last week in about five seconds flat.</p>
<p style="text-align: center;"><a href="http://www.pcpro.co.uk/blogs/wp-content/uploads/2009/05/search-connector.jpg"><img class="aligncenter size-full wp-image-5550" title="search-connector" src="http://www.pcpro.co.uk/blogs/wp-content/uploads/2009/05/search-connector.jpg" alt="Windows 7 search connector " width="400" height="319" /></a></p>
<p><strong>SEARCH CONNCECTORS</strong></p>
<p>To search a website from within Windows 7 you need a small piece of code called a Search Connector. You&#8217;ll find connectors for several leading websites &#8211; including Flickr, YouTube and Wikipedia &#8211; in the <a title="Connectors Pack" href="http://www.redmondpie.com/downloadscenter/Search%20Connectors%20Pack.zip" target="_blank"><strong>Connectors Pack</strong></a> provided by the <a title="Redmond Pie " href="http://www.redmondpie.com/" target="_blank"><strong>Redmond Pie</strong></a> website.  To install a search connector, simply unzip the Connectors Pack, double-click on the Connector of your choice and it will automatically install itself in your Windows Explorer Favourites.</p>
<p><strong>ROLL-YOUR-OWN CONNECTOR</strong></p>
<p>You can also create a connector to search any website you like &#8211; be it your personal blog, your company&#8217;s website or just one of your regular haunts.</p>
<p>This requires a minor bit of fiddling with HTML code in a text editor such as Windows Notepad or the ever-reliable <strong><a title="TextPad" href="http://www.textpad.com/" target="_blank">TextPad</a>.</strong></p>
<p>Copy and paste the following code into your text editor:</p>
<p>&lt;?xml version=&#8221;1.0&#8243; encoding=&#8221;UTF-8&#8243;?&gt;</p>
<p>&lt;OpenSearchDescription xmlns=&#8221;http://a9.com/-/spec/opensearch/1.1/&#8221; xmlns:ms-ose=&#8221;http://schemas.microsoft.com/opensearchext/2009/&#8221;&gt;</p>
<p>&lt;ShortName&gt;<strong>PC Pro</strong>&lt;/ShortName&gt;</p>
<p>&lt;Description&gt;<strong>Search PC Pro using Windows 7 Federated Search</strong>&lt;/Description&gt;</p>
<p>&lt;Url type=&#8221;application/rss+xml&#8221; template=&#8221;http://api.search.live.com/rss.aspx?source=web&amp;query={searchTerms} site:<strong>www.pcpro.co.uk</strong>&amp;web.count=50&#8243;/&gt;</p>
<p>&lt;Url type=&#8221;text/html&#8221; template=&#8221;http://search.live.com/results.aspx?q={searchTerms}+site:<strong>www.pcpro.co.uk</strong>&#8220;/&gt;</p>
<p>&lt;/OpenSearchDescription&gt;</p>
<p>You&#8217;ll need to replace the code marked in bold with your own title, description and URLs. When you&#8217;ve made the edits, save your code in the All Files format and add the .osdx extention to the filename, so that Windows 7 recognises it as a Search Connector.</p>
<p>Once saved, you can email the Connector to friends and colleagues, or upload the file to your website and allow readers to download it.</p>
<p>You can download the <a title="PC Pro search connector " href="http://video.pcpro.co.uk/pcpro/searchconnector/PCProSearchConnector.zip" target="_blank"><strong>PC Pro Search Connector</strong></a> here.</p>
<p>(Note: it might well be possible to replace Microsoft&#8217;s Live Search with an alternative search engine &#8211; can&#8217;t think who &#8211; although we&#8217;ve been unable to find the relevant API. Let us know if you find one, although the Windows Live Search worked perfectly in our tests).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pcpro.co.uk/blogs/2009/05/12/how-to-create-your-own-search-engine-in-windows-7/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

