<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://www.dotnetmafia.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Corey Roth [MVP] : FAST Search for SharePoint, Office 365 Grid, SharePoint, Enterprise Search</title><link>http://www.dotnetmafia.com/blogs/dotnettipoftheday/archive/tags/FAST+Search+for+SharePoint/Office+365+Grid/SharePoint/Enterprise+Search/default.aspx</link><description>Tags: FAST Search for SharePoint, Office 365 Grid, SharePoint, Enterprise Search</description><dc:language>en</dc:language><generator>CommunityServer 2007.1 (Build: 20917.1142)</generator><item><title>Search is Everywhere! What you need to know about Search in SharePoint 2013 Preview</title><link>http://www.dotnetmafia.com/blogs/dotnettipoftheday/archive/2012/07/17/what-you-need-to-know-about-search-in-sharepoint-2013-preview.aspx</link><pubDate>Wed, 18 Jul 2012 02:37:45 GMT</pubDate><guid isPermaLink="false">ceb7fe2a-c56b-4d85-99e6-8dd548580538:5772</guid><dc:creator>CoreyRoth</dc:creator><slash:comments>26</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.dotnetmafia.com/blogs/dotnettipoftheday/rsscomments.aspx?PostID=5772</wfw:commentRss><comments>http://www.dotnetmafia.com/blogs/dotnettipoftheday/archive/2012/07/17/what-you-need-to-know-about-search-in-sharepoint-2013-preview.aspx#comments</comments><description>&lt;p&gt;As I start writing this post, I know this is going to be one of those posts that covers so much that it is going to hard to cover it all.&amp;#160; The point of this post is to give you a high level idea of everything new and changed in Search with SharePoint 2013 Preview.&amp;#160; Search is everywhere in SharePoint now so it is important to understand how it has changed.&amp;#160; For example, take a look at this document library utilizing the power of Search.&amp;#160; &lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.dotnetmafia.com/blogs/dotnettipoftheday/SPOPDocumentLibrarySearch_18627478.png"&gt;&lt;img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="SPOPDocumentLibrarySearch" border="0" alt="SPOPDocumentLibrarySearch" src="http://www.dotnetmafia.com/blogs/dotnettipoftheday/SPOPDocumentLibrarySearch_thumb_07766A31.png" width="504" height="312" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Aside from cool stuff like &lt;a href="http://www.dotnetmafia.com/blogs/dotnettipoftheday/archive/2012/07/16/how-to-drag-and-drop-files-into-sharepoint-2013-document-libraries.aspx"&gt;drag and drop&lt;/a&gt;, document libraries directly leverage the search engine to allow users to filter documents easily.&amp;#160; Gone are the days of relying on CAML for simple document library searches.&amp;#160; You’ll find out why later in this post on why you can rely on search for those uses as well.&lt;/p&gt;  &lt;p&gt;In SharePoint 2013 Preview, Search was essentially rewritten from the ground up.&amp;#160; You’ll see familiar concepts like managed properties as well as how FAST Search for SharePoint morphed into this new product.&amp;#160; The concept of FAST Search for SharePoint servers is gone.&amp;#160; The components from FS4SP have made their way directly into SharePoint and we don’t need separate dedicated servers for it (necessarily).&amp;#160; If you’re familiar with FAST ESP, you will see some familiar components from there too.&amp;#160; Don’t worry, we aren’t starting over from scratch, but you will see some exciting new things that make search such a powerful feature of SharePoint. &lt;/p&gt;  &lt;p&gt;Today’s post will provide a high level of many of the new concepts in search. It will serve as a springboard for a series of detailed articles about the individual components of Search that I will post in the coming weeks.&amp;#160; We’ll cover Search in the following areas: topology, crawling, querying, user interface, API, and SharePoint Online.&amp;#160; &lt;/p&gt;  &lt;h2&gt;Topology&lt;/h2&gt;  &lt;p&gt;The underlying search topology has changed quite a bit.&amp;#160; However, most of it is based upon concepts you may have seen before from FAST Search for SharePoint.&amp;#160; Components can be scaled out to multiple servers as needed.&amp;#160; These changes can be done through the Search Service Application or through &lt;a href="http://technet.microsoft.com/en-us/library/jj219705(v=office.15)"&gt;PowerShell&lt;/a&gt;.&amp;#160; When making changes to the topology, you don’t change the active topology, you clone the original, make changes, and then change the active topology.&amp;#160; This section is pretty technical so feel free to skip it if you are only interested in the cool stuff like querying and the user interface. :)&lt;/p&gt;  &lt;h3&gt;Components&lt;/h3&gt;  &lt;p&gt;The first thing to cover is how the topology changed.&amp;#160; Many components got new (but similar) names and they correspond to FAST Search for SharePoint components.&amp;#160; The Search components are hosted on your SharePoint application servers using a Search Service Application.&amp;#160; Components can be scaled to multiple servers for performance and redundancy.&amp;#160; The components that make up search are:&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Crawl Component&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;The crawl component crawls the actual data from a variety of sources such as SharePoint, File Shares, User Profiles, and Databases using BCS.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Content Processing Component&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;This component processes crawled items and feeds them to the index component.&amp;#160; This is where document parsing occurs as well as IFilters exist.&amp;#160; A generic IFIilter will cover most of your needs.&amp;#160; It also is responsible for language detection and entity extraction (both of which are features from FS4SP).&amp;#160; It also produces the phonetic name variations for people search.&amp;#160; &lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Index Component&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;If you are familiar with FAST Search for SharePoint, the index component will look pretty similar.&amp;#160; The Index Component is used in both feeding and query processes.&amp;#160; It takes items from the content processing component and writes them to the index.&amp;#160; It also receives queries from the query processing component and returns result sets.&amp;#160; The Index architecture is based off the rows and columns concepts in FS4SP.&amp;#160; Index Replicas (rows) provide a level of redundancy with groups of servers.&amp;#160; Index Partitions (columns) allow you to split the index between servers.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Analytics Component&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;The Analytics Component analyzes crawled items and how users interact with Search Results.&amp;#160; It truly is a part of what makes search “learn” and provide better search results to the user.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Query Processing Component&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;This component performs linguistic processing at query time such as work breaking, stemming, spell checking, and the thesaurus.&amp;#160; When the query comes in, it completes it’s processing and passes it to the query component.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Search Administration Component&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;The administration component stores the various information about search that you configure through the user interface in the Search Service Application.&amp;#160; It also manages topology changes.&lt;/p&gt;  &lt;h3&gt;Search Processes&lt;/h3&gt;  &lt;p&gt;The search processes look a bit different than what you may be used to.&amp;#160; The Host Controller is a Windows service that manages various processes called NodeRunners.&amp;#160; When you first install SharePoint 2013 Preview and you wonder where all your memory is, you’ll see multiple NodeRunner.exe processes at the top of the list.&amp;#160; Each NodeRunner.exe hosts one of the various components above.&amp;#160; Looking at the task manager, it is not obvious which process is running which component.&amp;#160; There is a PowerShell script that will tell you, that I will post in the future.&amp;#160; Lastly, MSSearch.exe is the Windows Service that hosts the crawl component.&lt;/p&gt;  &lt;h2&gt;Crawling&lt;/h2&gt;  &lt;p&gt;The configuration of crawling looks similar but there are lots of changes.&amp;#160; Many of the configuration changes you make aren’t limited to the Search Service Application any more.&amp;#160; Changes can be made at the site collection and some can even be made at the site.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Content Sources&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;Content Sources are configured in much the same way, but there are some changes.&amp;#160; The newest feature here is the concept of Continuous Crawling.&amp;#160; This crawls your content source continuously (every 15 minutes by default).&amp;#160; However, there is some magic that occurs now and new items can appear in the index within seconds.&amp;#160; This is something users have always wanted and I am really excited about it.&amp;#160; It also means that when the full crawl is executing, you can see changes to the index while it is still running.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Result Sources&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;Results Sources effectively combine Scopes and Federated Locations into one interface.&amp;#160; However, they added a ton of new features in how you can build the queries that make up the result source.&amp;#160; In a new instance, quite a few result sources are available out-of-the-box such as Local SharePoint Results, Popular, and Items Matching a Content Type.&amp;#160; Here is what it looks like.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.dotnetmafia.com/blogs/dotnettipoftheday/SPOPResultSourceDefault_6BAD4C2C.png"&gt;&lt;img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="SPOPResultSourceDefault" border="0" alt="SPOPResultSourceDefault" src="http://www.dotnetmafia.com/blogs/dotnettipoftheday/SPOPResultSourceDefault_thumb_69FC8058.png" width="535" height="365" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Whereas SharePoint 2010, only had protocols for Local Search and OpenSearch 1.1, SharePoint 2013 Preview (as well as SharePoint Online Preview), support for Remote SharePoint servers and Exchange has been added.&amp;#160; Since SharePoint and People Search results are served by the same search index now, you can choose which type of results you want here too.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.dotnetmafia.com/blogs/dotnettipoftheday/SPOPResultSource_417D9E44.png"&gt;&lt;img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="SPOPResultSource" border="0" alt="SPOPResultSource" src="http://www.dotnetmafia.com/blogs/dotnettipoftheday/SPOPResultSource_thumb_357BAE10.png" width="366" height="503" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Scrolling down the page, you have the ability to use the new Query Builder to construct a query.&amp;#160; This new interface provides a lot of ways to create custom queries very easily.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.dotnetmafia.com/blogs/dotnettipoftheday/SPOPResultSource2_45A77609.png"&gt;&lt;img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="SPOPResultSource2" border="0" alt="SPOPResultSource2" src="http://www.dotnetmafia.com/blogs/dotnettipoftheday/SPOPResultSource2_thumb_321A1668.png" width="369" height="323" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;The query builder lets you quickly construct a query even with dynamic values.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.dotnetmafia.com/blogs/dotnettipoftheday/SPOPQueryBuilder1_22970499.png"&gt;&lt;img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="SPOPQueryBuilder1" border="0" alt="SPOPQueryBuilder1" src="http://www.dotnetmafia.com/blogs/dotnettipoftheday/SPOPQueryBuilder1_thumb_6E826545.png" width="600" height="424" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;After you construct your query, you can click the TEST tab to see if the query works.&amp;#160; There is so much to cover with the Query Builder, it will gets it own post in the near future.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.dotnetmafia.com/blogs/dotnettipoftheday/SPOPQueryBuilderTest_3EE446B9.png"&gt;&lt;img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="SPOPQueryBuilderTest" border="0" alt="SPOPQueryBuilderTest" src="http://www.dotnetmafia.com/blogs/dotnettipoftheday/SPOPQueryBuilderTest_thumb_55C31835.png" width="608" height="254" /&gt;&lt;/a&gt;&lt;/p&gt;    &lt;p&gt;&lt;strong&gt;Document Parsing&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;A number of improvements have been made to document parsing as well.&amp;#160; New high performance IFilters exist for common Office document formats as well as images and PDF.&amp;#160; This means you won’t have to manually configure that IFilter any more.&amp;#160; However, the existing IFilter interface is available still in case there is anything you want to add.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Entity Extraction&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;In FS4SP, entity extraction was managed using a set of XML files.&amp;#160; In SharePoint 2013 Preview, this has been moved to the term store.&amp;#160; The out-of-the-box entity extraction will automatically extract company names out of documents.&amp;#160; You can use the term store to manage exclusions and inclusions.&amp;#160; Unlike FS4SP, it doesn’t look like you are able to add your own term sets for entity extraction, so this is unfortunate.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.dotnetmafia.com/blogs/dotnettipoftheday/SPOPTermStoreSearchDictionaries_7C24FB80.png"&gt;&lt;img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="SPOPTermStoreSearchDictionaries" border="0" alt="SPOPTermStoreSearchDictionaries" src="http://www.dotnetmafia.com/blogs/dotnettipoftheday/SPOPTermStoreSearchDictionaries_thumb_54124C61.png" width="244" height="208" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Schema Management&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;Managed Properties and Crawled Properties are now referred to as the Search Schema.&amp;#160; Managed Properties have a number of new parameters such as allowing for sorting and refining that we gained from FS4SP.&amp;#160;&amp;#160; &lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.dotnetmafia.com/blogs/dotnettipoftheday/SPOPSearchSchemaManagedProperties_5261808D.png"&gt;&lt;img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="SPOPSearchSchemaManagedProperties" border="0" alt="SPOPSearchSchemaManagedProperties" src="http://www.dotnetmafia.com/blogs/dotnettipoftheday/SPOPSearchSchemaManagedProperties_thumb_70CBC176.png" width="613" height="417" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Site Collection administrators now also have the ability to make changes to the search schema at their level.&amp;#160; This allows you to delegate some of the search configuration to admins and let them override settings without affecting things globally.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.dotnetmafia.com/blogs/dotnettipoftheday/SPOPSiteCollectionSearchSettings_7CED3B9D.png"&gt;&lt;img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="SPOPSiteCollectionSearchSettings" border="0" alt="SPOPSiteCollectionSearchSettings" src="http://www.dotnetmafia.com/blogs/dotnettipoftheday/SPOPSiteCollectionSearchSettings_thumb_49B10234.png" width="237" height="198" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Export and Import&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;Another one of my favorite features in Search is that we finally have the ability to export and import search configurations.&amp;#160; I’ve only been asking for this since 2007. :)&amp;#160; You can export your search configuration as XML and then import it later.&amp;#160; This can even be done at the site collection level.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.dotnetmafia.com/blogs/dotnettipoftheday/SPOPSearchExportImport_2C5BAA6A.png"&gt;&lt;img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="SPOPSearchExportImport" border="0" alt="SPOPSearchExportImport" src="http://www.dotnetmafia.com/blogs/dotnettipoftheday/SPOPSearchExportImport_thumb_075DE9F1.png" width="627" height="105" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Crawl Log Permissions&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;There are times where you may want to grant access to the crawl logs to non-administrator users.&amp;#160; The new setting allows you to grant other users access.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.dotnetmafia.com/blogs/dotnettipoftheday/SPOPSearchCrawlLogPermissions_589363EE.png"&gt;&lt;img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="SPOPSearchCrawlLogPermissions" border="0" alt="SPOPSearchCrawlLogPermissions" src="http://www.dotnetmafia.com/blogs/dotnettipoftheday/SPOPSearchCrawlLogPermissions_thumb_4712DD49.png" width="472" height="133" /&gt;&lt;/a&gt;&lt;/p&gt;      &lt;h2&gt;Querying&lt;/h2&gt;  &lt;p&gt;We’ll now look at some of the improvements when querying search.&amp;#160; &lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Query Spelling Correction&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;Customizations to the Spelling Correction is now managed through the term store as well.&amp;#160; This allows you to customize the “Did you mean?” functionality.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Query Rules&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;The new query rules engine lets you tailor your query results in ways never before possible.&amp;#160; Each rule is composed of conditions and actions.&amp;#160; When the conditions are met, one or more actions are implemented.&amp;#160; Actions include things like promoting a result (similar to a best bet) and injecting a result block into the search results (basically changing the way search results look).&amp;#160; I think a screenshot of the out-of-the-box query rules actually explains it better than I do.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.dotnetmafia.com/blogs/dotnettipoftheday/SPOPSearchQueryRules_57BFCB64.png"&gt;&lt;img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="SPOPSearchQueryRules" border="0" alt="SPOPSearchQueryRules" src="http://www.dotnetmafia.com/blogs/dotnettipoftheday/SPOPSearchQueryRules_thumb_6857C652.png" width="700" height="366" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;In this example, if it finds a person name in the Local SharePoint Results, it will promote a result block showing people that matched the result.&amp;#160; You can create your own query rules to really customize how search results look.&amp;#160; You can even put start and end dates on a query rule.&lt;/p&gt;  &lt;h2&gt;User Interface&lt;/h2&gt;  &lt;p&gt;The User Interface has pretty much been rewritten in its entirety.&amp;#160; It starts with the addition of the &lt;em&gt;ResultScriptWebPart &lt;/em&gt;which retrieves and displays search results.&amp;#160; This replaces the &lt;em&gt;CoreResultsWebPart &lt;/em&gt;from SharePoint 2010 and has a ton of new functionality.&amp;#160; Take a look at the search center in this example:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.dotnetmafia.com/blogs/dotnettipoftheday/SPOPSearchCenterResults_14EB8CFF.png"&gt;&lt;img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="SPOPSearchCenterResults" border="0" alt="SPOPSearchCenterResults" src="http://www.dotnetmafia.com/blogs/dotnettipoftheday/SPOPSearchCenterResults_thumb_09DC3875.png" width="689" height="423" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;There is a lot to take in here.&amp;#160; In my example here, I had a number of PowerPoint presentations returned.&amp;#160; When I hover over one of them, it gives me a large visual preview of the slide deck that I can flip through.&amp;#160; On top of that, it picked up the key sections of the document and listed them under “Take a look inside”.&amp;#160; At the bottom of the preview there are useful links such as Follow (Social feature), Edit, View Library, and Send.&amp;#160; What’s cool about the document preview is that it lets you scroll through the entire document.&amp;#160; It even shows the animations in PowerPoint decks.&amp;#160; If you used this functionality at all before with FS4SP, you might have been hit with the fact that document previews didn’t work against documents sitting on a claims-enabled web application.&amp;#160; Note, that previews only work with claims authentication now (along with many other things).&lt;/p&gt;  &lt;p&gt;There are a few remaining features to point out.&amp;#160; On the left, you see some of the new visual refiners that allow you to search by different modified dates.&amp;#160; The search box at the top also provides options to easily jump between documents, people, conversations, videos, and reports.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Result Types&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;In the above screenshot, you might have noticed that the PowerPoint results are formatted a certain way.&amp;#160; This is through the new Result Type feature that allows you to customize how a particular result looks based upon a condition.&amp;#160; As someone that customizes search, if there is anything to get excited about, this is it.&amp;#160; Result Types are comprised of Rules, Properties, and Display Templates.&amp;#160; The Rules define when the result type should be used (i.e.: Excel Documents, People, or Picture Library).&amp;#160; When one of these rules matches, that Result Type will be used to display the individual result in a unique way.&amp;#160; Properties refer to managed properties and these are what you will use in your display template to show the data from the result.&amp;#160; Here is what the Result Types page looks like in the Site Collection.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.dotnetmafia.com/blogs/dotnettipoftheday/SPOPResultTypes_02AFD42A.png"&gt;&lt;img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="SPOPResultTypes" border="0" alt="SPOPResultTypes" src="http://www.dotnetmafia.com/blogs/dotnettipoftheday/SPOPResultTypes_thumb_72545C70.png" width="695" height="356" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;You can edit the built-in result types, but you can create new ones.&amp;#160; Before you define your result type, it is a good idea to create a new display template as you will have to select it from a list when creating the result type.&amp;#160; The Display Templates are .js files and are kept in the &lt;em&gt;~sitecollection/_catalogs/masterpage/Display Templates/Search&lt;/em&gt; folder.&lt;/p&gt;  &lt;p&gt;I’ll post soon about how to configure result types, but take a look at another example.&amp;#160; This time I have a mixture of different document types.&amp;#160; Most result types look the same out of the box, but you can customize them heavily to meet your needs.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.dotnetmafia.com/blogs/dotnettipoftheday/SPOPSearchResults2_23FF53F9.png"&gt;&lt;img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="SPOPSearchResults2" border="0" alt="SPOPSearchResults2" src="http://www.dotnetmafia.com/blogs/dotnettipoftheday/SPOPSearchResults2_thumb_3ACDFFA8.png" width="700" height="422" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Search Refinement&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;The refiner web part has some added functionality.&amp;#160; It has the most of refinement included in SharePoint 2010.&amp;#160; However, for those of you who used to use FAST ESP, we now have faceted navigation.&amp;#160; This allows you to use refinement before you ever issue a search and is based upon data in the term store.&amp;#160; Think of how BestBuy.com uses FAST ESP to allow you to select TVs –&amp;gt; &amp;gt;50” –&amp;gt; Plasma, etc.&amp;#160; We can also leverage display templates to change how the refinement is rendered.&amp;#160; This makes use of the new &lt;em&gt;Refinable &lt;/em&gt;attribute that we see on managed properties.&amp;#160; For example, that is how you see the data slider.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.dotnetmafia.com/blogs/dotnettipoftheday/SPOPReinferModifiedDate_5642DBDE.png"&gt;&lt;img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="SPOPReinferModifiedDate" border="0" alt="SPOPReinferModifiedDate" src="http://www.dotnetmafia.com/blogs/dotnettipoftheday/SPOPReinferModifiedDate_thumb_7CA4BF29.png" width="131" height="135" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Query Suggestions&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;Query Suggestions have been improved largely through the use of the analytics component to analyze your personal search history.&amp;#160; It actually weights results based on links you have previously visited.&amp;#160; It also looks at the most frequent queries of all users to deliver better suggestion.&amp;#160; There are two types of query suggestions: what you see before issuing the query and what you see along with the results.&amp;#160; For the pre-query suggestions, you will get suggestions from your personal query log along with what other people have been searching for.&amp;#160; For the suggestions after you get results back, it returns matches that you have clicked on at least twice.&amp;#160; I’ll post more on this later after I have an environment that has been up long enough to capture some of this data.&lt;/p&gt;  &lt;h2&gt;API&lt;/h2&gt;  &lt;p&gt;The Search API has underwent a series of changes.&amp;#160; Two new interfaces are available, while one was removed and another deprecated.&amp;#160; If you write custom search code, you will want to pay attention to this section.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;New Interfaces&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;The SharePoint REST API got some love in this release.&amp;#160; In terms of search, we have a whole new interface for querying using REST.&amp;#160; This is possible by calling the endpoint located at /_api/search.&amp;#160; You can specify any site collection or site in the URL, but typically you’ll just go with the web application root URL.&amp;#160; Specify any other URL prefix will get you the same results as well.&amp;#160; In one of my upcoming posts, we’ll go into some real examples of how to use this new endpoint.&lt;/p&gt;  &lt;p&gt;Search also got some love in the Client OM.&amp;#160; That means you can now execute search queries using CSOM via JavaScript or .NET.&amp;#160; According to the &lt;a href="http://msdn.microsoft.com/en-us/library/jj163951(v=office.15)"&gt;MSDN&lt;/a&gt; post, you can do mobile development as well, but I’m unsure if that includes Windows Phone.&amp;#160; I am thinking it doesn’t but you can still use the REST API there.&amp;#160; I’ll confirm that as I begin writing my posts on the API.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Removed and Deprecated&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;The Search API has been expanded greatly and you have some great new options to use.&amp;#160; However, there are a few other changes you need to know about.&amp;#160; First, and foremost, the SQL Syntax has been removed.&amp;#160; I’ve been telling you for years to &lt;a href="http://www.dotnetmafia.com/blogs/dotnettipoftheday/archive/2010/12/22/use-keyword-query-syntax-instead-of-sql-syntax-for-sharepoint-2010-search-queries.aspx"&gt;stop using it&lt;/a&gt;.&amp;#160; At SPC09, they said it was unofficially deprecated and now I can say straight up that it is &lt;a href="http://msdn.microsoft.com/en-us/library/jj163951(v=office.15)"&gt;gone&lt;/a&gt; now.&amp;#160; You also need to know that the Search web service (search.asmx) is now deprecated (but not gone) as well.&amp;#160; That means you need to stop using the web service as it won’t work some day.&amp;#160; If you need to remotely access Search, then use the Query CSOM or the Query REST Service which are much better and featured.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;New Operators&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;If you have been using FAST Search for SharePoint, these three new operators will be nothing new to you.&amp;#160; However, if you were strictly running SharePoint 2010, they may be of interest.&amp;#160; Previously the XRANK operator was only available in FQL.&amp;#160; Now we can use it in regular keyword queries and it gives us the ability to dynamically adjust the rank of items.&amp;#160; The NEAR operator has been improved to include a configurable token distance (besides the default of 8) and a new ONEAR operator allows for ordered near functionality.&amp;#160; Most of these operators are pretty hardcore so most people probably will never use them but they are there if you need them.&amp;#160; You can also continue to use &lt;a href="http://msdn.microsoft.com/en-us/library/jj163973(v=office.15)"&gt;FQL&lt;/a&gt; if you prefer.&lt;/p&gt;  &lt;h2&gt;SharePoint Online&lt;/h2&gt;          &lt;p&gt;As Microsoft works to bring feature parity to SharePoint Online, the preview brings us a heap of new features in Search.&amp;#160; Whereas you could configure next to nothing in the previous iteration of SharePoint Online, you can do just about anything with Search now.&amp;#160; This comes from the new Search link inside tenant administration.&amp;#160; From the list you see below, you can do just about anything except configure Content Sources.&amp;#160; These are still handles automatically by SharePoint Online so we can’t change the frequency of crawls nor can we crawl other sources such as HTTP or BCS.&amp;#160; Take a look at the Search settings in Tenant administration to get a feel for what you can do.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.dotnetmafia.com/blogs/dotnettipoftheday/SPOPreviewTenantAdminSearch_54FE42FF.png"&gt;&lt;img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="SPOPreviewTenantAdminSearch" border="0" alt="SPOPreviewTenantAdminSearch" src="http://www.dotnetmafia.com/blogs/dotnettipoftheday/SPOPreviewTenantAdminSearch_thumb_061D7DA0.png" width="799" height="517" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Scrolling down, we can adjust a few more settings.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.dotnetmafia.com/blogs/dotnettipoftheday/SPOPreviewTenantAdminSearch2_72901DFE.png"&gt;&lt;img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="SPOPreviewTenantAdminSearch2" border="0" alt="SPOPreviewTenantAdminSearch2" src="http://www.dotnetmafia.com/blogs/dotnettipoftheday/SPOPreviewTenantAdminSearch2_thumb_1FA50ACD.png" width="584" height="190" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;I’ve already talked about Export and Import.&amp;#160; The new &lt;em&gt;Search Center Settings&lt;/em&gt; link allows you to set a global search center that will be used on each site.&amp;#160; The feature parity in Search with SharePoint Online Preview is impressive.&amp;#160; In fact, all of my screenshots for this article came from the cloud.&lt;/p&gt;  &lt;h2&gt;Summary&lt;/h2&gt;      &lt;p&gt;As I expected, this post has proved to be quite long.&amp;#160; I tried to be brief in each section so as I could cover as much as possible.&amp;#160; Anything in bold in this article will likely be a follow-up blog post, so stay tuned.&amp;#160; I expect to find information that needs to be updated or points that I left out. I’ll be posting updates to this post as necessary. Anyhow, I hope this post has proved useful in explaining what you need to know about Search in SharePoint 2013 Preview.&lt;/p&gt;  &lt;p&gt;Follow me on &lt;a href="http://twitter.com/coreyroth"&gt;twitter&lt;/a&gt; at &lt;a href="http://twitter.com/coreyroth"&gt;@coreyroth&lt;/a&gt;.&lt;/p&gt;&lt;img src="http://www.dotnetmafia.com/aggbug.aspx?PostID=5772" width="1" height="1"&gt;</description><category domain="http://www.dotnetmafia.com/blogs/dotnettipoftheday/archive/tags/SharePoint/default.aspx">SharePoint</category><category domain="http://www.dotnetmafia.com/blogs/dotnettipoftheday/archive/tags/Enterprise+Search/default.aspx">Enterprise Search</category><category domain="http://www.dotnetmafia.com/blogs/dotnettipoftheday/archive/tags/FAST+Search+for+SharePoint/default.aspx">FAST Search for SharePoint</category><category domain="http://www.dotnetmafia.com/blogs/dotnettipoftheday/archive/tags/Office+365/default.aspx">Office 365</category><category domain="http://www.dotnetmafia.com/blogs/dotnettipoftheday/archive/tags/Office+365+Grid/default.aspx">Office 365 Grid</category><category domain="http://www.dotnetmafia.com/blogs/dotnettipoftheday/archive/tags/SharePoint+2013/default.aspx">SharePoint 2013</category><category domain="http://www.dotnetmafia.com/blogs/dotnettipoftheday/archive/tags/Office+365+Preview/default.aspx">Office 365 Preview</category></item><item><title>How to: Query People Search in SharePoint Online (and other SharePoint platforms too!)</title><link>http://www.dotnetmafia.com/blogs/dotnettipoftheday/archive/2012/01/03/how-to-query-people-search-in-sharepoint-online-and-other-sharepoint-platforms-too.aspx</link><pubDate>Wed, 04 Jan 2012 04:38:12 GMT</pubDate><guid isPermaLink="false">ceb7fe2a-c56b-4d85-99e6-8dd548580538:5417</guid><dc:creator>CoreyRoth</dc:creator><slash:comments>5</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.dotnetmafia.com/blogs/dotnettipoftheday/rsscomments.aspx?PostID=5417</wfw:commentRss><comments>http://www.dotnetmafia.com/blogs/dotnettipoftheday/archive/2012/01/03/how-to-query-people-search-in-sharepoint-online-and-other-sharepoint-platforms-too.aspx#comments</comments><description>&lt;p&gt;At my Search talk at SPC11, I demoed how to build a Silverlight application that could &lt;a href="http://www.dotnetmafia.com/blogs/dotnettipoftheday/archive/2011/11/07/building-a-sharepoint-advanced-search-application-with-silverlight-4.aspx"&gt;query search in SharePoint Online&lt;/a&gt;.&amp;#160; I also built a separate application that could query people search, but I haven’t posted on it yet until today.&amp;#160; To query people search, we have to know a few things about how SharePoint operates.&amp;#160; It all starts with understanding the scopes involved.&amp;#160; If you take a look at your &lt;em&gt;Search Scopes&lt;/em&gt; link in your site collection settings, you’ll see a similar list to the one below.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.dotnetmafia.com/blogs/dotnettipoftheday/SharePointOnlineSearchScopes_2AF2FFA4.png"&gt;&lt;img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="SharePointOnlineSearchScopes" border="0" alt="SharePointOnlineSearchScopes" src="http://www.dotnetmafia.com/blogs/dotnettipoftheday/SharePointOnlineSearchScopes_thumb_051CD941.png" width="495" height="131" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;What’s funny here is that SPO actually returns item counts for the entire (non-partitioned index).&amp;#160; This tells me that there are 205,000 items and 96,000 people on my particular Office 365 SharePoint host.&amp;#160; &lt;/p&gt;  &lt;p&gt;Ultimately, querying people search is just a matter of executing a query against the scope &lt;em&gt;People&lt;/em&gt;, but there are a few catches.&amp;#160; In SharePoint 2007, you could actually execute the query &lt;em&gt;Scope:”People”&lt;/em&gt; on a &lt;em&gt;results.aspx&lt;/em&gt; with a &lt;em&gt;CoreResultsWebPart &lt;/em&gt;and you would actually get results.&amp;#160; It wouldn’t display pictures or additional user information such as department or phone number, but it would work.&amp;#160; With the introduction of federated search in SharePoint 2010, people search now gets executed by it’s own federated location named &lt;em&gt;LocalPeopleSearchIndex &lt;/em&gt;(see my post on the &lt;a href="http://www.dotnetmafia.com/blogs/dotnettipoftheday/archive/2010/08/15/how-to-use-the-querymanager-class-to-query-sharepoint-2010-enterprise-search.aspx"&gt;QueryManager&lt;/a&gt; class for more information).&amp;#160; This means that a regular &lt;em&gt;CoreResultsWebPart&lt;/em&gt; will not return results for &lt;em&gt;Scope:”People”&lt;/em&gt; no matter what you do.&amp;#160; &lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.dotnetmafia.com/blogs/dotnettipoftheday/SharePointOnlinePeopleSearchNoResults_67C78176.png"&gt;&lt;img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="SharePointOnlinePeopleSearchNoResults" border="0" alt="SharePointOnlinePeopleSearchNoResults" src="http://www.dotnetmafia.com/blogs/dotnettipoftheday/SharePointOnlinePeopleSearchNoResults_thumb_1404085B.png" width="507" height="315" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;However, a &lt;em&gt;PeopleCoreResultsWebPart&lt;/em&gt; will.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.dotnetmafia.com/blogs/dotnettipoftheday/SPOPeopleCoreResults_63F9B6D9.png"&gt;&lt;img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="SPOPeopleCoreResults" border="0" alt="SPOPeopleCoreResults" src="http://www.dotnetmafia.com/blogs/dotnettipoftheday/SPOPeopleCoreResults_thumb_018B91D9.png" width="505" height="434" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Issuing the query &lt;em&gt;Scope:”People”&lt;/em&gt; will return every user in the user profile store.&amp;#160; Including service accounts like you see above.&amp;#160; The fact that I couldn’t issue a people search query to the regular &lt;em&gt;CoreResultsWebPart &lt;/em&gt;actually threw me off for quite some time.&amp;#160; It just didn’t make sense to me what was going on behind the scenes.&amp;#160; It didn’t become ultimately clear, until I tried issuing the query to &lt;em&gt;Search.asmx&lt;/em&gt;.&amp;#160; The &lt;em&gt;Scope:”People”&lt;/em&gt; query works just fine when calling the web service.&amp;#160; Today you will learn how to query people search using the web service.&amp;#160; I’m going to use the exact same application I have been using with my other search demos, we’ll just tweak the input a little bit.&lt;/p&gt;  &lt;p&gt;For today’s example, I am going to build off of the Silverlight 4 application I used at&lt;span class="Apple-converted-space"&gt;&amp;#160;&lt;/span&gt;&lt;a href="http://www.dotnetmafia.com/blogs/dotnettipoftheday/archive/2011/11/07/building-a-sharepoint-advanced-search-application-with-silverlight-4.aspx"&gt;SPC&lt;/a&gt;.&amp;#160; I’m using Silverlight, but you could just as well write a console application or call this web service from some other ASP.NET application.&amp;#160; We still want to start by creating a service reference to&lt;span class="Apple-converted-space"&gt;&amp;#160;&lt;/span&gt;&lt;em&gt;/_vti_bin/search.asmx&lt;/em&gt;. We then create an instance of the web service so that we can use it.&amp;#160; We also bind an event handling method to handle the results of the web service call.&lt;/p&gt;  &lt;div style="widows:2;text-transform:none;background-color:white;text-indent:0px;letter-spacing:normal;font:10pt consolas;white-space:normal;orphans:2;color:black;word-spacing:0px;-webkit-text-size-adjust:auto;-webkit-text-stroke-width:0px;background-origin:initial;background-clip:initial;"&gt;   &lt;p style="margin:0px;"&gt;&lt;span&gt;QueryServiceSoapClient&lt;/span&gt;&lt;span class="Apple-converted-space"&gt;&amp;#160;&lt;/span&gt;queryService =&lt;span class="Apple-converted-space"&gt;&amp;#160;&lt;/span&gt;&lt;span style="color:blue;"&gt;new&lt;/span&gt;&lt;span class="Apple-converted-space"&gt;&amp;#160;&lt;/span&gt;&lt;span&gt;QueryServiceSoapClient&lt;/span&gt;();&lt;/p&gt;    &lt;p style="margin:0px;"&gt;queryService.QueryExCompleted +=&lt;span class="Apple-converted-space"&gt;&amp;#160;&lt;/span&gt;&lt;span style="color:blue;"&gt;new&lt;/span&gt;&lt;span class="Apple-converted-space"&gt;&amp;#160;&lt;/span&gt;&lt;span&gt;EventHandler&lt;/span&gt;&amp;lt;&lt;span&gt;QueryExCompletedEventArgs&lt;/span&gt;&amp;gt;(QueryService_QueryExCompleted);&lt;/p&gt; &lt;/div&gt;  &lt;p style="widows:2;text-transform:none;text-indent:0px;letter-spacing:normal;font:13px arial, helvetica;white-space:normal;orphans:2;word-spacing:0px;-webkit-text-size-adjust:auto;-webkit-text-stroke-width:0px;"&gt;Once we have a reference to the web service, it’s just a matter of constructing the input XML document and sending it to the web service.&amp;#160; For SharePoint Online and SharePoint 2010, we actually don’t have to change any of the XML at all. We just need to change the query. That means our input will look like the following.&amp;#160; Note, we’re using a type of &lt;em&gt;STRING&lt;/em&gt; (even if using FAST Search for SharePoint).&lt;/p&gt;  &lt;p style="widows:2;text-transform:none;text-indent:0px;margin:0px;letter-spacing:normal;font:13px &amp;#39;courier new&amp;#39;;white-space:normal;orphans:2;word-spacing:0px;-webkit-text-size-adjust:auto;-webkit-text-stroke-width:0px;"&gt;&lt;span style="color:blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span&gt;QueryPacket&lt;/span&gt;&lt;span style="color:blue;"&gt;&lt;span class="Apple-converted-space"&gt;&amp;#160;&lt;/span&gt;&lt;/span&gt;&lt;span style="color:red;"&gt;xmlns&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;urn:Microsoft.Search.Query&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;&lt;span class="Apple-converted-space"&gt;&amp;#160;&lt;/span&gt;&lt;/span&gt;&lt;span style="color:red;"&gt;Revision&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;1000&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;&amp;gt;&lt;/span&gt;&lt;/p&gt;  &lt;p style="widows:2;text-transform:none;text-indent:0px;margin:0px;letter-spacing:normal;font:13px &amp;#39;courier new&amp;#39;;white-space:normal;orphans:2;word-spacing:0px;-webkit-text-size-adjust:auto;-webkit-text-stroke-width:0px;"&gt;&lt;span style="color:blue;"&gt;&amp;#160; &amp;lt;&lt;/span&gt;&lt;span&gt;Query&lt;/span&gt;&lt;span style="color:blue;"&gt;&lt;span class="Apple-converted-space"&gt;&amp;#160;&lt;/span&gt;&lt;/span&gt;&lt;span style="color:red;"&gt;domain&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;QDomain&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;&amp;gt;&lt;/span&gt;&lt;/p&gt;  &lt;p style="widows:2;text-transform:none;text-indent:0px;margin:0px;letter-spacing:normal;font:13px &amp;#39;courier new&amp;#39;;white-space:normal;orphans:2;word-spacing:0px;-webkit-text-size-adjust:auto;-webkit-text-stroke-width:0px;"&gt;&lt;span style="color:blue;"&gt;&amp;#160;&amp;#160;&amp;#160; &amp;lt;&lt;/span&gt;&lt;span&gt;SupportedFormats&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;gt;&lt;/span&gt;&lt;/p&gt;  &lt;p style="widows:2;text-transform:none;text-indent:0px;margin:0px;letter-spacing:normal;font:13px &amp;#39;courier new&amp;#39;;white-space:normal;orphans:2;word-spacing:0px;-webkit-text-size-adjust:auto;-webkit-text-stroke-width:0px;"&gt;&lt;span style="color:blue;"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &amp;lt;&lt;/span&gt;&lt;span&gt;Format&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;gt;&lt;/span&gt;urn:Microsoft.Search.Response.Document.Document&lt;span style="color:blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span&gt;Format&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;gt;&lt;/span&gt;&lt;/p&gt;  &lt;p style="widows:2;text-transform:none;text-indent:0px;margin:0px;letter-spacing:normal;font:13px &amp;#39;courier new&amp;#39;;white-space:normal;orphans:2;word-spacing:0px;-webkit-text-size-adjust:auto;-webkit-text-stroke-width:0px;"&gt;&lt;span style="color:blue;"&gt;&amp;#160;&amp;#160;&amp;#160; &amp;lt;/&lt;/span&gt;&lt;span&gt;SupportedFormats&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;gt;&lt;/span&gt;&lt;/p&gt;  &lt;p style="widows:2;text-transform:none;text-indent:0px;margin:0px;letter-spacing:normal;font:13px &amp;#39;courier new&amp;#39;;white-space:normal;orphans:2;word-spacing:0px;-webkit-text-size-adjust:auto;-webkit-text-stroke-width:0px;"&gt;&lt;span style="color:blue;"&gt;&amp;#160;&amp;#160;&amp;#160; &amp;lt;&lt;/span&gt;&lt;span&gt;Context&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;gt;&lt;/span&gt;&lt;/p&gt;  &lt;p style="widows:2;text-transform:none;text-indent:0px;margin:0px;letter-spacing:normal;font:13px &amp;#39;courier new&amp;#39;;white-space:normal;orphans:2;word-spacing:0px;-webkit-text-size-adjust:auto;-webkit-text-stroke-width:0px;"&gt;&lt;span style="color:blue;"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &amp;lt;&lt;/span&gt;&lt;span&gt;QueryText&lt;/span&gt;&lt;span style="color:blue;"&gt;&lt;span class="Apple-converted-space"&gt;&amp;#160;&lt;/span&gt;&lt;/span&gt;&lt;span style="color:red;"&gt;language&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;en-US&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;&lt;span class="Apple-converted-space"&gt;&amp;#160;&lt;/span&gt;&lt;/span&gt;&lt;span style="color:red;"&gt;type&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;STRING&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;&amp;gt;&lt;/span&gt;Scope:&amp;quot;People&amp;quot;&lt;span style="color:blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span&gt;QueryText&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;gt;&lt;/span&gt;&lt;/p&gt;  &lt;p style="widows:2;text-transform:none;text-indent:0px;margin:0px;letter-spacing:normal;font:13px &amp;#39;courier new&amp;#39;;white-space:normal;orphans:2;word-spacing:0px;-webkit-text-size-adjust:auto;-webkit-text-stroke-width:0px;"&gt;&lt;span style="color:blue;"&gt;&amp;#160;&amp;#160;&amp;#160; &amp;lt;/&lt;/span&gt;&lt;span&gt;Context&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;gt;&lt;/span&gt;&lt;/p&gt;  &lt;p style="widows:2;text-transform:none;text-indent:0px;margin:0px;letter-spacing:normal;font:13px &amp;#39;courier new&amp;#39;;white-space:normal;orphans:2;word-spacing:0px;-webkit-text-size-adjust:auto;-webkit-text-stroke-width:0px;"&gt;&lt;span style="color:blue;"&gt;&amp;#160; &amp;lt;/&lt;/span&gt;&lt;span&gt;Query&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;gt;&lt;/span&gt;&lt;/p&gt;  &lt;p style="widows:2;text-transform:none;text-indent:0px;margin:0px;letter-spacing:normal;font:13px &amp;#39;courier new&amp;#39;;white-space:normal;orphans:2;word-spacing:0px;-webkit-text-size-adjust:auto;-webkit-text-stroke-width:0px;"&gt;&lt;span style="color:blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span&gt;QueryPacket&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;gt;&lt;/span&gt;&lt;/p&gt;      &lt;p&gt;If we are using FAST Search for SharePoint, we need to add to a &lt;em&gt;&lt;a href="http://msdn.microsoft.com/en-us/library/ff394470.aspx"&gt;ResultProvider&lt;/a&gt;&lt;/em&gt; element inside the &lt;em&gt;Query&lt;/em&gt; element.&amp;#160; Remember, People Search is handled by the SharePoint 2010 search engine in &lt;a href="https://www.nothingbutsharepoint.com/sites/devwiki/articles/Pages/Understanding-the-Service-Applications-of-FAST-Search-for-SharePoint.aspx"&gt;FAST Search for SharePoint&lt;/a&gt;.&lt;/p&gt;  &lt;p style="widows:2;text-transform:none;text-indent:0px;margin:0px;letter-spacing:normal;font:13px &amp;#39;courier new&amp;#39;;white-space:normal;orphans:2;word-spacing:0px;-webkit-text-size-adjust:auto;-webkit-text-stroke-width:0px;"&gt;   &lt;p style="widows:2;text-transform:none;text-indent:0px;margin:0px;letter-spacing:normal;font:13px &amp;#39;courier new&amp;#39;;white-space:normal;orphans:2;word-spacing:0px;-webkit-text-size-adjust:auto;-webkit-text-stroke-width:0px;"&gt;&lt;span style="color:blue;"&gt;&lt;/span&gt;&lt;/p&gt;   &lt;span style="color:blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span&gt;ResultProvider&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;gt;&lt;/span&gt;SharePointSearch&lt;span style="color:blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span&gt;ResultProvider&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;gt;&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;Just like before, I assemble this XML string using a &lt;em&gt;StringBuilder&lt;/em&gt;.&amp;#160; I allow the user to type in a query and I just automatically append &lt;em&gt;Scope:”People”&lt;/em&gt; to the query ensuring we only get people results.&lt;/p&gt;  &lt;div style="font-family:consolas;background:white;color:black;font-size:10pt;"&gt;   &lt;p style="margin:0px;"&gt;&lt;span style="color:#2b91af;"&gt;StringBuilder&lt;/span&gt; queryXml = &lt;span style="color:blue;"&gt;new&lt;/span&gt; &lt;span style="color:#2b91af;"&gt;StringBuilder&lt;/span&gt;();&lt;/p&gt;    &lt;p style="margin:0px;"&gt;&amp;#160;&lt;/p&gt;    &lt;p style="margin:0px;"&gt;queryXml.Append(&lt;span style="color:#a31515;"&gt;&amp;quot;&amp;lt;QueryPacket xmlns=\&amp;quot;urn:Microsoft.Search.Query\&amp;quot; Revision=\&amp;quot;1000\&amp;quot;&amp;gt;&amp;quot;&lt;/span&gt;);&lt;/p&gt;    &lt;p style="margin:0px;"&gt;queryXml.Append(&lt;span style="color:#a31515;"&gt;&amp;quot;&amp;lt;Query domain=\&amp;quot;QDomain\&amp;quot;&amp;gt;&amp;quot;&lt;/span&gt;);&lt;/p&gt;    &lt;p style="margin:0px;"&gt;queryXml.Append(&lt;span style="color:#a31515;"&gt;&amp;quot;&amp;lt;SupportedFormats&amp;gt;&amp;quot;&lt;/span&gt;);&lt;/p&gt;    &lt;p style="margin:0px;"&gt;queryXml.Append(&lt;span style="color:#a31515;"&gt;&amp;quot;&amp;lt;Format&amp;gt;&amp;quot;&lt;/span&gt;);&lt;/p&gt;    &lt;p style="margin:0px;"&gt;queryXml.Append(&lt;span style="color:#a31515;"&gt;&amp;quot;urn:Microsoft.Search.Response.Document.Document&amp;quot;&lt;/span&gt;);&lt;/p&gt;    &lt;p style="margin:0px;"&gt;queryXml.Append(&lt;span style="color:#a31515;"&gt;&amp;quot;&amp;lt;/Format&amp;gt;&amp;quot;&lt;/span&gt;);&lt;/p&gt;    &lt;p style="margin:0px;"&gt;queryXml.Append(&lt;span style="color:#a31515;"&gt;&amp;quot;&amp;lt;/SupportedFormats&amp;gt;&amp;quot;&lt;/span&gt;);&lt;/p&gt;    &lt;p style="margin:0px;"&gt;queryXml.Append(&lt;span style="color:#a31515;"&gt;&amp;quot;&amp;lt;Context&amp;gt;&amp;quot;&lt;/span&gt;);&lt;/p&gt;    &lt;p style="margin:0px;"&gt;queryXml.Append(&lt;span style="color:#a31515;"&gt;&amp;quot;&amp;lt;QueryText language=\&amp;quot;en-US\&amp;quot; type=\&amp;quot;STRING\&amp;quot;&amp;gt;&amp;quot;&lt;/span&gt;);&lt;/p&gt;    &lt;p style="margin:0px;"&gt;queryXml.AppendFormat(&lt;span style="color:#a31515;"&gt;&amp;quot;{0} Scope:\&amp;quot;People\&amp;quot;&amp;quot;&lt;/span&gt;, SearchTextBox.Text);&lt;/p&gt;    &lt;p style="margin:0px;"&gt;queryXml.Append(&lt;span style="color:#a31515;"&gt;&amp;quot;&amp;lt;/QueryText&amp;gt;&amp;quot;&lt;/span&gt;);&lt;/p&gt;    &lt;p style="margin:0px;"&gt;queryXml.Append(&lt;span style="color:#a31515;"&gt;&amp;quot;&amp;lt;/Context&amp;gt;&amp;quot;&lt;/span&gt;);&lt;/p&gt;    &lt;p style="margin:0px;"&gt;queryXml.Append(&lt;span style="color:#a31515;"&gt;&amp;quot;&amp;lt;/Query&amp;gt;&amp;quot;&lt;/span&gt;);&lt;/p&gt;    &lt;p style="margin:0px;"&gt;queryXml.Append(&lt;span style="color:#a31515;"&gt;&amp;quot;&amp;lt;/QueryPacket&amp;gt;&amp;quot;&lt;/span&gt;);&lt;/p&gt;    &lt;p style="margin:0px;"&gt;&amp;#160;&lt;/p&gt;    &lt;p style="margin:0px;"&gt;queryService.QueryExAsync(queryXml.ToString());&lt;/p&gt; &lt;/div&gt;   &lt;p&gt;We’ll then bind the resulting XML to a textbox so that we can look at the results.&lt;/p&gt;  &lt;div style="font-family:consolas;background:white;color:black;font-size:10pt;"&gt;   &lt;p style="margin:0px;"&gt;ResultsTextBox.Text = e.Result.Nodes[1].ToString();&lt;/p&gt; &lt;/div&gt;   &lt;p&gt;That’s all that is involved in this first round of code.&amp;#160; Compile the code and upload the Silverlight application to a document library and use the Silverlight web part just like before.&amp;#160; If you want more details on how the above code works, be sure and check out the original &lt;a href="http://www.dotnetmafia.com/blogs/dotnettipoftheday/archive/2011/11/07/building-a-sharepoint-advanced-search-application-with-silverlight-4.aspx"&gt;Search with Silverlight 4&lt;/a&gt; post.&amp;#160;&amp;#160; Let’s take a look at the results.&amp;#160; Here’s the application running.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.dotnetmafia.com/blogs/dotnettipoftheday/SPOPeopleSearchSilverlight1_5A70D296.png"&gt;&lt;img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="SPOPeopleSearchSilverlight1" border="0" alt="SPOPeopleSearchSilverlight1" src="http://www.dotnetmafia.com/blogs/dotnettipoftheday/SPOPeopleSearchSilverlight1_thumb_63E9910C.png" width="369" height="250" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;I issues a query and I got results.&amp;#160; Let’s look at the XML in the results a bit more though.&lt;/p&gt;  &lt;div style="font-family:consolas;background:white;color:black;font-size:10pt;"&gt;   &lt;p style="margin:0px;"&gt;&lt;span style="color:blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#a31515;"&gt;diffgr:diffgram&lt;/span&gt;&lt;span style="color:blue;"&gt; &lt;/span&gt;&lt;span style="color:red;"&gt;xmlns:msdata&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;urn:schemas-microsoft-com:xml-msdata&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt; &lt;/span&gt;&lt;span style="color:red;"&gt;xmlns:diffgr&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;urn:schemas-microsoft-com:xml-diffgram-v1&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;&amp;gt;&lt;/span&gt;&lt;/p&gt;    &lt;p style="margin:0px;"&gt;&lt;span style="color:blue;"&gt;&amp;#160; &amp;lt;&lt;/span&gt;&lt;span style="color:#a31515;"&gt;Results&lt;/span&gt;&lt;span style="color:blue;"&gt; &lt;/span&gt;&lt;span style="color:red;"&gt;xmlns&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&amp;quot;&amp;quot;&lt;span style="color:blue;"&gt;&amp;gt;&lt;/span&gt;&lt;/p&gt;    &lt;p style="margin:0px;"&gt;&lt;span style="color:blue;"&gt;&amp;#160;&amp;#160;&amp;#160; &amp;lt;&lt;/span&gt;&lt;span style="color:#a31515;"&gt;RelevantResults&lt;/span&gt;&lt;span style="color:blue;"&gt; &lt;/span&gt;&lt;span style="color:red;"&gt;diffgr:id&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;RelevantResults1&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt; &lt;/span&gt;&lt;span style="color:red;"&gt;msdata:rowOrder&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;0&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;&amp;gt;&lt;/span&gt;&lt;/p&gt;    &lt;p style="margin:0px;"&gt;&lt;span style="color:blue;"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &amp;lt;&lt;/span&gt;&lt;span style="color:#a31515;"&gt;WorkId&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;gt;&lt;/span&gt;72787&lt;span style="color:blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#a31515;"&gt;WorkId&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;gt;&lt;/span&gt;&lt;/p&gt;    &lt;p style="margin:0px;"&gt;&lt;span style="color:blue;"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &amp;lt;&lt;/span&gt;&lt;span style="color:#a31515;"&gt;Rank&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;gt;&lt;/span&gt;100000000&lt;span style="color:blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#a31515;"&gt;Rank&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;gt;&lt;/span&gt;&lt;/p&gt;    &lt;p style="margin:0px;"&gt;&lt;span style="color:blue;"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &amp;lt;&lt;/span&gt;&lt;span style="color:#a31515;"&gt;Title&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;gt;&lt;/span&gt;Craig Johnson&lt;span style="color:blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#a31515;"&gt;Title&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;gt;&lt;/span&gt;&lt;/p&gt;    &lt;p style="margin:0px;"&gt;&lt;span style="color:blue;"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &amp;lt;&lt;/span&gt;&lt;span style="color:#a31515;"&gt;Size&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;gt;&lt;/span&gt;0&lt;span style="color:blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#a31515;"&gt;Size&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;gt;&lt;/span&gt;&lt;/p&gt;    &lt;p style="margin:0px;"&gt;&lt;span style="color:blue;"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &amp;lt;&lt;/span&gt;&lt;span style="color:#a31515;"&gt;Path&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;gt;&lt;/span&gt;https://dotnetmafia-my.sharepoint.com/Person.aspx?accountname=i%3A0%23.f|membership|craig.johnson%40dotnetmafia.onmicrosoft.com&lt;span style="color:blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#a31515;"&gt;Path&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;gt;&lt;/span&gt;&lt;/p&gt;    &lt;p style="margin:0px;"&gt;&lt;span style="color:blue;"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &amp;lt;&lt;/span&gt;&lt;span style="color:#a31515;"&gt;Write&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;gt;&lt;/span&gt;2011-09-09T18:20:05-07:00&lt;span style="color:blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#a31515;"&gt;Write&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;gt;&lt;/span&gt;&lt;/p&gt;    &lt;p style="margin:0px;"&gt;&lt;span style="color:blue;"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &amp;lt;&lt;/span&gt;&lt;span style="color:#a31515;"&gt;SiteName&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;gt;&lt;/span&gt;https://dotnetmafia-my.sharepoint.com&lt;span style="color:blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#a31515;"&gt;SiteName&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;gt;&lt;/span&gt;&lt;/p&gt;    &lt;p style="margin:0px;"&gt;&lt;span style="color:blue;"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &amp;lt;&lt;/span&gt;&lt;span style="color:#a31515;"&gt;CollapsingStatus&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;gt;&lt;/span&gt;0&lt;span style="color:blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#a31515;"&gt;CollapsingStatus&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;gt;&lt;/span&gt;&lt;/p&gt;    &lt;p style="margin:0px;"&gt;&lt;span style="color:blue;"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &amp;lt;&lt;/span&gt;&lt;span style="color:#a31515;"&gt;HitHighlightedSummary&lt;/span&gt;&lt;span style="color:blue;"&gt; /&amp;gt;&lt;/span&gt;&lt;/p&gt;    &lt;p style="margin:0px;"&gt;&lt;span style="color:blue;"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &amp;lt;&lt;/span&gt;&lt;span style="color:#a31515;"&gt;HitHighlightedProperties&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;gt;&lt;/span&gt;&lt;span style="color:red;"&gt;&amp;amp;lt;&lt;/span&gt;HHTitle&lt;span style="color:red;"&gt;&amp;amp;gt;&lt;/span&gt;Craig Johnson&lt;span style="color:red;"&gt;&amp;amp;lt;&lt;/span&gt;/HHTitle&lt;span style="color:red;"&gt;&amp;amp;gt;&amp;amp;lt;&lt;/span&gt;HHUrl&lt;span style="color:red;"&gt;&amp;amp;gt;&lt;/span&gt;https://dotnetmafia-my.sharepoint.com/Person.aspx?accountname=i%3A0%23.f|membership|craig.johnson%40dotnetmafia.onmicrosoft.com&lt;span style="color:red;"&gt;&amp;amp;lt;&lt;/span&gt;/HHUrl&lt;span style="color:red;"&gt;&amp;amp;gt;&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#a31515;"&gt;HitHighlightedProperties&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;gt;&lt;/span&gt;&lt;/p&gt;    &lt;p style="margin:0px;"&gt;&lt;span style="color:blue;"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &amp;lt;&lt;/span&gt;&lt;span style="color:#a31515;"&gt;ContentClass&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;gt;&lt;/span&gt;urn:content-class:SPSPeople&lt;span style="color:blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#a31515;"&gt;ContentClass&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;gt;&lt;/span&gt;&lt;/p&gt;    &lt;p style="margin:0px;"&gt;&lt;span style="color:blue;"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &amp;lt;&lt;/span&gt;&lt;span style="color:#a31515;"&gt;IsDocument&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;gt;&lt;/span&gt;false&lt;span style="color:blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#a31515;"&gt;IsDocument&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;gt;&lt;/span&gt;&lt;/p&gt;    &lt;p style="margin:0px;"&gt;&lt;span style="color:blue;"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &amp;lt;&lt;/span&gt;&lt;span style="color:#a31515;"&gt;PictureThumbnailURL&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;gt;&lt;/span&gt;https://dotnetmafia-my.sharepoint.com/User Photos/Profile Pictures/i_0_.f_membership_craig.johnson@dotnetmafia.onmicrosoft.com_MThumb.jpg&lt;span style="color:blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#a31515;"&gt;PictureThumbnailURL&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;gt;&lt;/span&gt;&lt;/p&gt;    &lt;p style="margin:0px;"&gt;&lt;span style="color:blue;"&gt;&amp;#160;&amp;#160;&amp;#160; &amp;lt;/&lt;/span&gt;&lt;span style="color:#a31515;"&gt;RelevantResults&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;gt;&lt;/span&gt;&lt;/p&gt; &lt;/div&gt;   &lt;p&gt;We have the user’s name in the Title field and we have some links to a picture and the user’s profile.&amp;#160; For the most part though, these fields aren’t entirely useful.&amp;#160; That’s because SharePoint treats this result as a regular document result instead of a person.&amp;#160; If we want useful information about the user, we have to ask for that information in our original query.&amp;#160; Specifically, we need to specify the names of the managed properties that we want returned (i.e.: &lt;em&gt;JobTitle &lt;/em&gt;and &lt;em&gt;Department&lt;/em&gt;).&amp;#160; How do we know what the names of those properties are?&amp;#160; In SharePoint 2010, we can just go look in the search service application.&amp;#160; However, we don’t have that option in SharePoint Online.&amp;#160; There’s another way though.&amp;#160; Go back to your &lt;em&gt;PeopleResults.aspx&lt;/em&gt; page in your Search Center and edit it.&amp;#160; Then, you need to modify the &lt;em&gt;PeopleCoreResultsWebPart&lt;/em&gt;.&amp;#160; Expand &lt;em&gt;Display Properties&lt;/em&gt; and then uncheck &lt;em&gt;Use Location Visualization&lt;/em&gt;.&amp;#160; The contents of the XML in &lt;em&gt;Fetched Properties&lt;/em&gt; has the answer.&amp;#160; &lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.dotnetmafia.com/blogs/dotnettipoftheday/SPOPeopleCoreResultsDisplayProperties_3AFE7C03.png"&gt;&lt;img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="SPOPeopleCoreResultsDisplayProperties" border="0" alt="SPOPeopleCoreResultsDisplayProperties" src="http://www.dotnetmafia.com/blogs/dotnettipoftheday/SPOPeopleCoreResultsDisplayProperties_thumb_199ED667.png" width="174" height="368" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Here is what the XML looks like.&lt;/p&gt;  &lt;div style="font-family:consolas;background:white;color:black;font-size:10pt;"&gt;   &lt;p style="margin:0px;"&gt;&lt;span style="color:blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#a31515;"&gt;Columns&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;gt;&lt;/span&gt;&lt;/p&gt;    &lt;p style="margin:0px;"&gt;&lt;span style="color:blue;"&gt;&amp;#160; &amp;lt;&lt;/span&gt;&lt;span style="color:#a31515;"&gt;Column&lt;/span&gt;&lt;span style="color:blue;"&gt; &lt;/span&gt;&lt;span style="color:red;"&gt;Name&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;WorkId&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;/&amp;gt;&lt;/span&gt;&lt;/p&gt;    &lt;p style="margin:0px;"&gt;&lt;span style="color:blue;"&gt;&amp;#160; &amp;lt;&lt;/span&gt;&lt;span style="color:#a31515;"&gt;Column&lt;/span&gt;&lt;span style="color:blue;"&gt; &lt;/span&gt;&lt;span style="color:red;"&gt;Name&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;UserProfile_GUID&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;/&amp;gt;&lt;/span&gt;&lt;/p&gt;    &lt;p style="margin:0px;"&gt;&lt;span style="color:blue;"&gt;&amp;#160; &amp;lt;&lt;/span&gt;&lt;span style="color:#a31515;"&gt;Column&lt;/span&gt;&lt;span style="color:blue;"&gt; &lt;/span&gt;&lt;span style="color:red;"&gt;Name&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;AccountName&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;/&amp;gt;&lt;/span&gt;&lt;/p&gt;    &lt;p style="margin:0px;"&gt;&lt;span style="color:blue;"&gt;&amp;#160; &amp;lt;&lt;/span&gt;&lt;span style="color:#a31515;"&gt;Column&lt;/span&gt;&lt;span style="color:blue;"&gt; &lt;/span&gt;&lt;span style="color:red;"&gt;Name&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;PreferredName&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt; &lt;/span&gt;&lt;span style="color:red;"&gt;HitHighLight&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;true&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;/&amp;gt;&lt;/span&gt;&lt;/p&gt;    &lt;p style="margin:0px;"&gt;&lt;span style="color:blue;"&gt;&amp;#160; &amp;lt;&lt;/span&gt;&lt;span style="color:#a31515;"&gt;Column&lt;/span&gt;&lt;span style="color:blue;"&gt; &lt;/span&gt;&lt;span style="color:red;"&gt;Name&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;YomiDisplayName&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt; &lt;/span&gt;&lt;span style="color:red;"&gt;HitHighLight&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;true&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;/&amp;gt;&lt;/span&gt;&lt;/p&gt;    &lt;p style="margin:0px;"&gt;&lt;span style="color:blue;"&gt;&amp;#160; &amp;lt;&lt;/span&gt;&lt;span style="color:#a31515;"&gt;Column&lt;/span&gt;&lt;span style="color:blue;"&gt; &lt;/span&gt;&lt;span style="color:red;"&gt;Name&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;JobTitle&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt; &lt;/span&gt;&lt;span style="color:red;"&gt;HitHighLight&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;true&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;/&amp;gt;&lt;/span&gt;&lt;/p&gt;    &lt;p style="margin:0px;"&gt;&lt;span style="color:blue;"&gt;&amp;#160; &amp;lt;&lt;/span&gt;&lt;span style="color:#a31515;"&gt;Column&lt;/span&gt;&lt;span style="color:blue;"&gt; &lt;/span&gt;&lt;span style="color:red;"&gt;Name&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;Department&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt; &lt;/span&gt;&lt;span style="color:red;"&gt;HitHighLight&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;true&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;/&amp;gt;&lt;/span&gt;&lt;/p&gt;    &lt;p style="margin:0px;"&gt;&lt;span style="color:blue;"&gt;&amp;#160; &amp;lt;&lt;/span&gt;&lt;span style="color:#a31515;"&gt;Column&lt;/span&gt;&lt;span style="color:blue;"&gt; &lt;/span&gt;&lt;span style="color:red;"&gt;Name&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;WorkPhone&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt; &lt;/span&gt;&lt;span style="color:red;"&gt;HitHighLight&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;true&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;/&amp;gt;&lt;/span&gt;&lt;/p&gt;    &lt;p style="margin:0px;"&gt;&lt;span style="color:blue;"&gt;&amp;#160; &amp;lt;&lt;/span&gt;&lt;span style="color:#a31515;"&gt;Column&lt;/span&gt;&lt;span style="color:blue;"&gt; &lt;/span&gt;&lt;span style="color:red;"&gt;Name&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;OfficeNumber&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt; &lt;/span&gt;&lt;span style="color:red;"&gt;HitHighLight&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;true&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;/&amp;gt;&lt;/span&gt;&lt;/p&gt;    &lt;p style="margin:0px;"&gt;&lt;span style="color:blue;"&gt;&amp;#160; &amp;lt;&lt;/span&gt;&lt;span style="color:#a31515;"&gt;Column&lt;/span&gt;&lt;span style="color:blue;"&gt; &lt;/span&gt;&lt;span style="color:red;"&gt;Name&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;PictureURL&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;/&amp;gt;&lt;/span&gt;&lt;/p&gt;    &lt;p style="margin:0px;"&gt;&lt;span style="color:blue;"&gt;&amp;#160; &amp;lt;&lt;/span&gt;&lt;span style="color:#a31515;"&gt;Column&lt;/span&gt;&lt;span style="color:blue;"&gt; &lt;/span&gt;&lt;span style="color:red;"&gt;Name&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;HierarchyUrl&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;/&amp;gt;&lt;/span&gt;&lt;/p&gt;    &lt;p style="margin:0px;"&gt;&lt;span style="color:blue;"&gt;&amp;#160; &amp;lt;&lt;/span&gt;&lt;span style="color:#a31515;"&gt;Column&lt;/span&gt;&lt;span style="color:blue;"&gt; &lt;/span&gt;&lt;span style="color:red;"&gt;Name&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;WorkEmail&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt; &lt;/span&gt;&lt;span style="color:red;"&gt;HitHighLight&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;true&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;/&amp;gt;&lt;/span&gt;&lt;/p&gt;    &lt;p style="margin:0px;"&gt;&lt;span style="color:blue;"&gt;&amp;#160; &amp;lt;&lt;/span&gt;&lt;span style="color:#a31515;"&gt;Column&lt;/span&gt;&lt;span style="color:blue;"&gt; &lt;/span&gt;&lt;span style="color:red;"&gt;Name&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;Path&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;/&amp;gt;&lt;/span&gt;&lt;/p&gt;    &lt;p style="margin:0px;"&gt;&lt;span style="color:blue;"&gt;&amp;#160; &amp;lt;&lt;/span&gt;&lt;span style="color:#a31515;"&gt;Column&lt;/span&gt;&lt;span style="color:blue;"&gt; &lt;/span&gt;&lt;span style="color:red;"&gt;Name&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;HitHighlightedSummary&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;/&amp;gt;&lt;/span&gt;&lt;/p&gt;    &lt;p style="margin:0px;"&gt;&lt;span style="color:blue;"&gt;&amp;#160; &amp;lt;&lt;/span&gt;&lt;span style="color:#a31515;"&gt;Column&lt;/span&gt;&lt;span style="color:blue;"&gt; &lt;/span&gt;&lt;span style="color:red;"&gt;Name&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;HitHighlightedProperties&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;/&amp;gt;&lt;/span&gt;&lt;/p&gt;    &lt;p style="margin:0px;"&gt;&lt;span style="color:blue;"&gt;&amp;#160; &amp;lt;&lt;/span&gt;&lt;span style="color:#a31515;"&gt;Column&lt;/span&gt;&lt;span style="color:blue;"&gt; &lt;/span&gt;&lt;span style="color:red;"&gt;Name&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;Responsibility&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt; &lt;/span&gt;&lt;span style="color:red;"&gt;HitHighLight&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;true&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;/&amp;gt;&lt;/span&gt;&lt;/p&gt;    &lt;p style="margin:0px;"&gt;&lt;span style="color:blue;"&gt;&amp;#160; &amp;lt;&lt;/span&gt;&lt;span style="color:#a31515;"&gt;Column&lt;/span&gt;&lt;span style="color:blue;"&gt; &lt;/span&gt;&lt;span style="color:red;"&gt;Name&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;Skills&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt; &lt;/span&gt;&lt;span style="color:red;"&gt;HitHighLight&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;true&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;/&amp;gt;&lt;/span&gt;&lt;/p&gt;    &lt;p style="margin:0px;"&gt;&lt;span style="color:blue;"&gt;&amp;#160; &amp;lt;&lt;/span&gt;&lt;span style="color:#a31515;"&gt;Column&lt;/span&gt;&lt;span style="color:blue;"&gt; &lt;/span&gt;&lt;span style="color:red;"&gt;Name&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;SipAddress&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt; &lt;/span&gt;&lt;span style="color:red;"&gt;HitHighLight&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;true&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;/&amp;gt;&lt;/span&gt;&lt;/p&gt;    &lt;p style="margin:0px;"&gt;&lt;span style="color:blue;"&gt;&amp;#160; &amp;lt;&lt;/span&gt;&lt;span style="color:#a31515;"&gt;Column&lt;/span&gt;&lt;span style="color:blue;"&gt; &lt;/span&gt;&lt;span style="color:red;"&gt;Name&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;Schools&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt; &lt;/span&gt;&lt;span style="color:red;"&gt;HitHighLight&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;true&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;/&amp;gt;&lt;/span&gt;&lt;/p&gt;    &lt;p style="margin:0px;"&gt;&lt;span style="color:blue;"&gt;&amp;#160; &amp;lt;&lt;/span&gt;&lt;span style="color:#a31515;"&gt;Column&lt;/span&gt;&lt;span style="color:blue;"&gt; &lt;/span&gt;&lt;span style="color:red;"&gt;Name&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;PastProjects&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt; &lt;/span&gt;&lt;span style="color:red;"&gt;HitHighLight&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;true&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;/&amp;gt;&lt;/span&gt;&lt;/p&gt;    &lt;p style="margin:0px;"&gt;&lt;span style="color:blue;"&gt;&amp;#160; &amp;lt;&lt;/span&gt;&lt;span style="color:#a31515;"&gt;Column&lt;/span&gt;&lt;span style="color:blue;"&gt; &lt;/span&gt;&lt;span style="color:red;"&gt;Name&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;Interests&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt; &lt;/span&gt;&lt;span style="color:red;"&gt;HitHighLight&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;true&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;/&amp;gt;&lt;/span&gt;&lt;/p&gt;    &lt;p style="margin:0px;"&gt;&lt;span style="color:blue;"&gt;&amp;#160; &amp;lt;&lt;/span&gt;&lt;span style="color:#a31515;"&gt;Column&lt;/span&gt;&lt;span style="color:blue;"&gt; &lt;/span&gt;&lt;span style="color:red;"&gt;Name&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;OrgNames&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt; &lt;/span&gt;&lt;span style="color:red;"&gt;HitHighLight&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;true&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;/&amp;gt;&lt;/span&gt;&lt;/p&gt;    &lt;p style="margin:0px;"&gt;&lt;span style="color:blue;"&gt;&amp;#160; &amp;lt;&lt;/span&gt;&lt;span style="color:#a31515;"&gt;Column&lt;/span&gt;&lt;span style="color:blue;"&gt; &lt;/span&gt;&lt;span style="color:red;"&gt;Name&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;OrgUrls&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;/&amp;gt;&lt;/span&gt;&lt;/p&gt;    &lt;p style="margin:0px;"&gt;&lt;span style="color:blue;"&gt;&amp;#160; &amp;lt;&lt;/span&gt;&lt;span style="color:#a31515;"&gt;Column&lt;/span&gt;&lt;span style="color:blue;"&gt; &lt;/span&gt;&lt;span style="color:red;"&gt;Name&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;OrgParentNames&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt; &lt;/span&gt;&lt;span style="color:red;"&gt;HitHighLight&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;true&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;/&amp;gt;&lt;/span&gt;&lt;/p&gt;    &lt;p style="margin:0px;"&gt;&lt;span style="color:blue;"&gt;&amp;#160; &amp;lt;&lt;/span&gt;&lt;span style="color:#a31515;"&gt;Column&lt;/span&gt;&lt;span style="color:blue;"&gt; &lt;/span&gt;&lt;span style="color:red;"&gt;Name&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;OrgParentUrls&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;/&amp;gt;&lt;/span&gt;&lt;/p&gt;    &lt;p style="margin:0px;"&gt;&lt;span style="color:blue;"&gt;&amp;#160; &amp;lt;&lt;/span&gt;&lt;span style="color:#a31515;"&gt;Column&lt;/span&gt;&lt;span style="color:blue;"&gt; &lt;/span&gt;&lt;span style="color:red;"&gt;Name&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;Memberships&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt; &lt;/span&gt;&lt;span style="color:red;"&gt;HitHighLight&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;true&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;/&amp;gt;&lt;/span&gt;&lt;/p&gt;    &lt;p style="margin:0px;"&gt;&lt;span style="color:blue;"&gt;&amp;#160; &amp;lt;&lt;/span&gt;&lt;span style="color:#a31515;"&gt;Column&lt;/span&gt;&lt;span style="color:blue;"&gt; &lt;/span&gt;&lt;span style="color:red;"&gt;Name&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;AboutMe&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt; &lt;/span&gt;&lt;span style="color:red;"&gt;HitHighLight&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;true&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;/&amp;gt;&lt;/span&gt;&lt;/p&gt;    &lt;p style="margin:0px;"&gt;&lt;span style="color:blue;"&gt;&amp;#160; &amp;lt;&lt;/span&gt;&lt;span style="color:#a31515;"&gt;Column&lt;/span&gt;&lt;span style="color:blue;"&gt; &lt;/span&gt;&lt;span style="color:red;"&gt;Name&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;BaseOfficeLocation&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt; &lt;/span&gt;&lt;span style="color:red;"&gt;HitHighLight&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;true&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;/&amp;gt;&lt;/span&gt;&lt;/p&gt;    &lt;p style="margin:0px;"&gt;&lt;span style="color:blue;"&gt;&amp;#160; &amp;lt;&lt;/span&gt;&lt;span style="color:#a31515;"&gt;Column&lt;/span&gt;&lt;span style="color:blue;"&gt; &lt;/span&gt;&lt;span style="color:red;"&gt;Name&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;ServiceApplicationID&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;/&amp;gt;&lt;/span&gt;&lt;/p&gt;    &lt;p style="margin:0px;"&gt;&lt;span style="color:blue;"&gt;&amp;#160; &amp;lt;&lt;/span&gt;&lt;span style="color:#a31515;"&gt;Column&lt;/span&gt;&lt;span style="color:blue;"&gt; &lt;/span&gt;&lt;span style="color:red;"&gt;Name&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;SocialDistance&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;/&amp;gt;&lt;/span&gt;&lt;/p&gt;    &lt;p style="margin:0px;"&gt;&lt;span style="color:blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#a31515;"&gt;Columns&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;gt;&lt;/span&gt;&lt;/p&gt; &lt;/div&gt;   &lt;p&gt;This gives you quite a few choices to display in your results.&amp;#160; The column names are pretty self explanatory.&amp;#160; Now, we just have modify our input XML to specify which managed properties we want.&amp;#160; Do you remember how to specify &lt;a href="http://www.dotnetmafia.com/blogs/dotnettipoftheday/archive/2008/09/29/how-to-specify-the-properties-returned-in-a-keyword-query-when-using-the-search-web-service.aspx"&gt;managed properties with the Search web service&lt;/a&gt;?&amp;#160; If not, we start by adding a &lt;em&gt;Properties &lt;/em&gt;element inside the &lt;em&gt;Query&lt;/em&gt; element.&amp;#160; We then add a &lt;em&gt;Property&lt;/em&gt; element for each managed property.&amp;#160; One thing to remember is that the managed properties &lt;em&gt;must&lt;/em&gt; be specified in lower case.&amp;#160; You will get a &lt;em&gt;NotFound&lt;/em&gt; exception if they are not.&amp;#160; Here is an example:&lt;/p&gt;  &lt;div style="font-family:consolas;background:white;color:black;font-size:10pt;"&gt;&lt;span style="color:blue;"&gt;     &lt;div style="font-family:consolas;background:white;color:black;font-size:10pt;"&gt;&lt;span style="color:blue;"&gt;         &lt;div style="font-family:consolas;background:white;color:black;font-size:10pt;"&gt;           &lt;p style="margin:0px;"&gt;&lt;span style="color:blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#a31515;"&gt;Properties&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;gt;&lt;/span&gt;&lt;/p&gt;            &lt;p style="margin:0px;"&gt;&lt;span style="color:blue;"&gt;&amp;#160; &amp;lt;&lt;/span&gt;&lt;span style="color:#a31515;"&gt;Property&lt;/span&gt;&lt;span style="color:blue;"&gt; &lt;/span&gt;&lt;span style="color:red;"&gt;name&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;accountname&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt; /&amp;gt;&lt;/span&gt;&lt;/p&gt;            &lt;p style="margin:0px;"&gt;&lt;span style="color:blue;"&gt;&amp;#160; &amp;lt;&lt;/span&gt;&lt;span style="color:#a31515;"&gt;Property&lt;/span&gt;&lt;span style="color:blue;"&gt; &lt;/span&gt;&lt;span style="color:red;"&gt;name&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;preferredname&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt; /&amp;gt;&lt;/span&gt;&lt;/p&gt;            &lt;p style="margin:0px;"&gt;&lt;span style="color:blue;"&gt;&amp;#160; &amp;lt;&lt;/span&gt;&lt;span style="color:#a31515;"&gt;Property&lt;/span&gt;&lt;span style="color:blue;"&gt; &lt;/span&gt;&lt;span style="color:red;"&gt;name&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;jobtitle&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt; /&amp;gt;&lt;/span&gt;&lt;/p&gt;            &lt;p style="margin:0px;"&gt;&lt;span style="color:blue;"&gt;&amp;#160; &amp;lt;&lt;/span&gt;&lt;span style="color:#a31515;"&gt;Property&lt;/span&gt;&lt;span style="color:blue;"&gt; &lt;/span&gt;&lt;span style="color:red;"&gt;name&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;department&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt; /&amp;gt;&lt;/span&gt;&lt;/p&gt;            &lt;p style="margin:0px;"&gt;&lt;span style="color:blue;"&gt;&amp;#160; &amp;lt;&lt;/span&gt;&lt;span style="color:#a31515;"&gt;Property&lt;/span&gt;&lt;span style="color:blue;"&gt; &lt;/span&gt;&lt;span style="color:red;"&gt;name&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;workphone&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt; /&amp;gt;&lt;/span&gt;&lt;/p&gt;            &lt;p style="margin:0px;"&gt;&lt;span style="color:blue;"&gt;&amp;#160; &amp;lt;&lt;/span&gt;&lt;span style="color:#a31515;"&gt;Property&lt;/span&gt;&lt;span style="color:blue;"&gt; &lt;/span&gt;&lt;span style="color:red;"&gt;name&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;officenumber&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt; /&amp;gt;&lt;/span&gt;&lt;/p&gt;            &lt;p style="margin:0px;"&gt;&lt;span style="color:blue;"&gt;&amp;#160; &amp;lt;&lt;/span&gt;&lt;span style="color:#a31515;"&gt;Property&lt;/span&gt;&lt;span style="color:blue;"&gt; &lt;/span&gt;&lt;span style="color:red;"&gt;name&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;pictureurl&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt; /&amp;gt;&lt;/span&gt;&lt;/p&gt;            &lt;p style="margin:0px;"&gt;&lt;span style="color:blue;"&gt;&amp;#160; &amp;lt;&lt;/span&gt;&lt;span style="color:#a31515;"&gt;Property&lt;/span&gt;&lt;span style="color:blue;"&gt; &lt;/span&gt;&lt;span style="color:red;"&gt;name&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;workemail&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt; /&amp;gt;&lt;/span&gt;&lt;/p&gt;            &lt;p style="margin:0px;"&gt;&lt;span style="color:blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#a31515;"&gt;Properties&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;gt;&lt;/span&gt;&lt;/p&gt;         &lt;/div&gt; &lt;/span&gt;&lt;/div&gt; &lt;/span&gt;&lt;/div&gt;   &lt;p&gt;Remember, once you specify any column, you must specify every column you want.&amp;#160; The default columns will no longer be returned.&amp;#160; When we recompile, upload the new application, and execute a query again, we now get much better results.&lt;/p&gt;  &lt;div style="font-family:consolas;background:white;color:black;font-size:10pt;"&gt;   &lt;p style="margin:0px;"&gt;&lt;span style="color:blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#a31515;"&gt;diffgr:diffgram&lt;/span&gt;&lt;span style="color:blue;"&gt; &lt;/span&gt;&lt;span style="color:red;"&gt;xmlns:msdata&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;urn:schemas-microsoft-com:xml-msdata&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt; &lt;/span&gt;&lt;span style="color:red;"&gt;xmlns:diffgr&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;urn:schemas-microsoft-com:xml-diffgram-v1&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;&amp;gt;&lt;/span&gt;&lt;/p&gt;    &lt;p style="margin:0px;"&gt;&lt;span style="color:blue;"&gt;&amp;#160; &amp;lt;&lt;/span&gt;&lt;span style="color:#a31515;"&gt;Results&lt;/span&gt;&lt;span style="color:blue;"&gt; &lt;/span&gt;&lt;span style="color:red;"&gt;xmlns&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&amp;quot;&amp;quot;&lt;span style="color:blue;"&gt;&amp;gt;&lt;/span&gt;&lt;/p&gt;    &lt;p style="margin:0px;"&gt;&lt;span style="color:blue;"&gt;&amp;#160;&amp;#160;&amp;#160; &amp;lt;&lt;/span&gt;&lt;span style="color:#a31515;"&gt;RelevantResults&lt;/span&gt;&lt;span style="color:blue;"&gt; &lt;/span&gt;&lt;span style="color:red;"&gt;diffgr:id&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;RelevantResults1&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt; &lt;/span&gt;&lt;span style="color:red;"&gt;msdata:rowOrder&lt;/span&gt;&lt;span style="color:blue;"&gt;=&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;0&lt;/span&gt;&amp;quot;&lt;span style="color:blue;"&gt;&amp;gt;&lt;/span&gt;&lt;/p&gt;    &lt;p style="margin:0px;"&gt;&lt;span style="color:blue;"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &amp;lt;&lt;/span&gt;&lt;span style="color:#a31515;"&gt;accountname&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;gt;&lt;/span&gt;i:0#.f|membership|craig.johnson@dotnetmafia.onmicrosoft.com&lt;span style="color:blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#a31515;"&gt;accountname&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;gt;&lt;/span&gt;&lt;/p&gt;    &lt;p style="margin:0px;"&gt;&lt;span style="color:blue;"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &amp;lt;&lt;/span&gt;&lt;span style="color:#a31515;"&gt;preferredname&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;gt;&lt;/span&gt;Craig Johnson&lt;span style="color:blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#a31515;"&gt;preferredname&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;gt;&lt;/span&gt;&lt;/p&gt;    &lt;p style="margin:0px;"&gt;&lt;span style="color:blue;"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &amp;lt;&lt;/span&gt;&lt;span style="color:#a31515;"&gt;jobtitle&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;gt;&lt;/span&gt;Accountant&lt;span style="color:blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#a31515;"&gt;jobtitle&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;gt;&lt;/span&gt;&lt;/p&gt;    &lt;p style="margin:0px;"&gt;&lt;span style="color:blue;"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &amp;lt;&lt;/span&gt;&lt;span style="color:#a31515;"&gt;department&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;gt;&lt;/span&gt;Accounts Receivable&lt;span style="color:blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#a31515;"&gt;department&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;gt;&lt;/span&gt;&lt;/p&gt;    &lt;p style="margin:0px;"&gt;&lt;span style="color:blue;"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &amp;lt;&lt;/span&gt;&lt;span style="color:#a31515;"&gt;workphone&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;gt;&lt;/span&gt;123-555-1215&lt;span style="color:blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#a31515;"&gt;workphone&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;gt;&lt;/span&gt;&lt;/p&gt;    &lt;p style="margin:0px;"&gt;&lt;span style="color:blue;"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &amp;lt;&lt;/span&gt;&lt;span style="color:#a31515;"&gt;officenumber&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;gt;&lt;/span&gt;123455&lt;span style="color:blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#a31515;"&gt;officenumber&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;gt;&lt;/span&gt;&lt;/p&gt;    &lt;p style="margin:0px;"&gt;&lt;span style="color:blue;"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &amp;lt;&lt;/span&gt;&lt;span style="color:#a31515;"&gt;pictureurl&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;gt;&lt;/span&gt;https://dotnetmafia-my.sharepoint.com/User Photos/Profile Pictures/i_0_.f_membership_craig.johnson@dotnetmafia.onmicrosoft.com_MThumb.jpg&lt;span style="color:blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#a31515;"&gt;pictureurl&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;gt;&lt;/span&gt;&lt;/p&gt;    &lt;p style="margin:0px;"&gt;&lt;span style="color:blue;"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &amp;lt;&lt;/span&gt;&lt;span style="color:#a31515;"&gt;workemail&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;gt;&lt;/span&gt;craig.johnson@dotnetmafia.onmicrosoft.com&lt;span style="color:blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#a31515;"&gt;workemail&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;gt;&lt;/span&gt;&lt;/p&gt;    &lt;p style="margin:0px;"&gt;&lt;span style="color:blue;"&gt;&amp;#160;&amp;#160;&amp;#160; &amp;lt;/&lt;/span&gt;&lt;span style="color:#a31515;"&gt;RelevantResults&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;gt;&lt;/span&gt;&lt;/p&gt; &lt;/div&gt;   &lt;p&gt;You can query with these same managed properties as well.&amp;#160; For example, I could use the &lt;em&gt;department &lt;/em&gt;managed property to see who is in &lt;em&gt;Accounting &lt;/em&gt;with the following query.&lt;/p&gt;  &lt;p&gt;&lt;em&gt;department:”accounting”&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.dotnetmafia.com/blogs/dotnettipoftheday/SPOPeopleSearchSilverlightDepartment_658A3713.png"&gt;&lt;img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="SPOPeopleSearchSilverlightDepartment" border="0" alt="SPOPeopleSearchSilverlightDepartment" src="http://www.dotnetmafia.com/blogs/dotnettipoftheday/SPOPeopleSearchSilverlightDepartment_thumb_56072544.png" width="421" height="289" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Maybe, you want to look up who the CEO of the company is.&amp;#160; To do that use the j&lt;em&gt;obtitle&lt;/em&gt; managed property.&amp;#160; Resist the urge to capitalize the words in the managed property.&amp;#160; They must be in lower case.&amp;#160; Note: that the t&lt;em&gt;itle&lt;/em&gt; managed property is reserved for personal titles such as Jr., Sr. etc.&lt;/p&gt;  &lt;p&gt;&lt;em&gt;jobtitle:”CEO”&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.dotnetmafia.com/blogs/dotnettipoftheday/SPOPeopleSearchSilverlightJobTitle_2FC4CBEC.png"&gt;&lt;img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="SPOPeopleSearchSilverlightJobTitle" border="0" alt="SPOPeopleSearchSilverlightJobTitle" src="http://www.dotnetmafia.com/blogs/dotnettipoftheday/SPOPeopleSearchSilverlightJobTitle_thumb_600BA0A2.png" width="426" height="287" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Now, that we can query with all of these properties, we can make a nice advanced people search application.&amp;#160; In my demo at SPC11, I used the &lt;a href="http://www.telerik.com/products/silverlight/overview.aspx"&gt;Telerik&lt;/a&gt; RadGridView control to display the user information along with the picture from the user profile.&amp;#160; Here’s a screenshot of what the application looked like.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.dotnetmafia.com/blogs/dotnettipoftheday/SPOPeopleSearchApplication_501C5BDE.png"&gt;&lt;img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="SPOPeopleSearchApplication" border="0" alt="SPOPeopleSearchApplication" src="http://www.dotnetmafia.com/blogs/dotnettipoftheday/SPOPeopleSearchApplication_thumb_224E9319.png" width="542" height="482" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;You can use the same techniques that I detailed in the &lt;a href="http://www.dotnetmafia.com/blogs/dotnettipoftheday/archive/2011/11/07/building-a-sharepoint-advanced-search-application-with-silverlight-4.aspx"&gt;Advanced Search with Silverlight 4&lt;/a&gt; post to build a people search application like the one above.&amp;#160; This code will work on-premises (SharePoint 2010 or FAST Search for SharePoint) or in the cloud with SharePoint Online.&amp;#160; I’ve confirmed this works with both the P1 and E3 SKUs of Office 365.&lt;/p&gt;&lt;img src="http://www.dotnetmafia.com/aggbug.aspx?PostID=5417" width="1" height="1"&gt;</description><category domain="http://www.dotnetmafia.com/blogs/dotnettipoftheday/archive/tags/SharePoint/default.aspx">SharePoint</category><category domain="http://www.dotnetmafia.com/blogs/dotnettipoftheday/archive/tags/Enterprise+Search/default.aspx">Enterprise Search</category><category domain="http://www.dotnetmafia.com/blogs/dotnettipoftheday/archive/tags/SharePoint+2010/default.aspx">SharePoint 2010</category><category domain="http://www.dotnetmafia.com/blogs/dotnettipoftheday/archive/tags/Silverlight/default.aspx">Silverlight</category><category domain="http://www.dotnetmafia.com/blogs/dotnettipoftheday/archive/tags/FAST+Search+for+SharePoint/default.aspx">FAST Search for SharePoint</category><category domain="http://www.dotnetmafia.com/blogs/dotnettipoftheday/archive/tags/Office+365/default.aspx">Office 365</category><category domain="http://www.dotnetmafia.com/blogs/dotnettipoftheday/archive/tags/Office+365+Grid/default.aspx">Office 365 Grid</category><category domain="http://www.dotnetmafia.com/blogs/dotnettipoftheday/archive/tags/SPC11/default.aspx">SPC11</category></item></channel></rss>