<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>Comments on: Why the Enterprise Search Web Parts are sealed</title>
	<atom:link href="http://blog.comperiosearch.com/blog/2010/11/11/enterprise-search-web-parts-sealed-partially-crippled/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.comperiosearch.com/blog/2010/11/11/enterprise-search-web-parts-sealed-partially-crippled/</link>
	<description>A blog about Search as THE solution</description>
	<lastBuildDate>Mon, 26 Oct 2015 18:07:52 +0000</lastBuildDate>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=3.9.40</generator>
	<item>
		<title>By: Mikael Svenson</title>
		<link>http://blog.comperiosearch.com/blog/2010/11/11/enterprise-search-web-parts-sealed-partially-crippled/#comment-15</link>
		<dc:creator><![CDATA[Mikael Svenson]]></dc:creator>
		<pubDate>Sun, 14 Nov 2010 19:14:32 +0000</pubDate>
		<guid isPermaLink="false">http://nuggets.comperiosearch.com/?p=80#comment-15</guid>
		<description><![CDATA[The things is that people search is not done via FS4SP. It used the built in search of SP2010. And default you can sort on relevance or social distance in the web part. Via xslt you can sort whatever results you get per page on any column, but not across the whole result set.

However, phonetic search is a default feature of people search, so this helps. And with custom code you can create your own people web part which sorts on lastname instead of relevance.

Jerry Orman has an excellent post (http://blogs.msdn.com/b/jorman/archive/2010/10/06/custom-search-web-parts-in-2010.aspx) describing the steps to achieve this.

As for doing more advanced queries (eg. with fql) without rolling my own web parts I did a proof of concept for myself last week which seems to work. I have yet to test it against people search. And it would be fun to implement people search via FS4P, and compare the results with the internal People Search in SP2010.

It involves code, but instead of putting the custom code in the web part I create a custom &quot;Search Location&quot;. Once I get a bit further I will post some details :)]]></description>
		<content:encoded><![CDATA[<p>The things is that people search is not done via FS4SP. It used the built in search of SP2010. And default you can sort on relevance or social distance in the web part. Via xslt you can sort whatever results you get per page on any column, but not across the whole result set.</p>
<p>However, phonetic search is a default feature of people search, so this helps. And with custom code you can create your own people web part which sorts on lastname instead of relevance.</p>
<p>Jerry Orman has an excellent post (<a href="http://blogs.msdn.com/b/jorman/archive/2010/10/06/custom-search-web-parts-in-2010.aspx" rel="nofollow">http://blogs.msdn.com/b/jorman/archive/2010/10/06/custom-search-web-parts-in-2010.aspx</a>) describing the steps to achieve this.</p>
<p>As for doing more advanced queries (eg. with fql) without rolling my own web parts I did a proof of concept for myself last week which seems to work. I have yet to test it against people search. And it would be fun to implement people search via FS4P, and compare the results with the internal People Search in SP2010.</p>
<p>It involves code, but instead of putting the custom code in the web part I create a custom &#8220;Search Location&#8221;. Once I get a bit further I will post some details :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vegard Sandvold</title>
		<link>http://blog.comperiosearch.com/blog/2010/11/11/enterprise-search-web-parts-sealed-partially-crippled/#comment-14</link>
		<dc:creator><![CDATA[Vegard Sandvold]]></dc:creator>
		<pubDate>Sun, 14 Nov 2010 13:25:47 +0000</pubDate>
		<guid isPermaLink="false">http://nuggets.comperiosearch.com/?p=80#comment-14</guid>
		<description><![CDATA[Very interesting read, Mikael. I love the way you pry open the code to find the answers your&#039;re looking for!

I can see why you want to add wildcards to the people search, as it makes sense to do substring matching. In FAST ESP, substring matching can also be enabled in the index profile. Do you know if that is possible to do in FS4SP?

Phonetic normalization is also something I would like to have in people search. How would you implement that using the OOB web parts (if it&#039;s at all possible)?

Cheers,
Vegard]]></description>
		<content:encoded><![CDATA[<p>Very interesting read, Mikael. I love the way you pry open the code to find the answers your&#8217;re looking for!</p>
<p>I can see why you want to add wildcards to the people search, as it makes sense to do substring matching. In FAST ESP, substring matching can also be enabled in the index profile. Do you know if that is possible to do in FS4SP?</p>
<p>Phonetic normalization is also something I would like to have in people search. How would you implement that using the OOB web parts (if it&#8217;s at all possible)?</p>
<p>Cheers,<br />
Vegard</p>
]]></content:encoded>
	</item>
</channel>
</rss>
