A quick look at phonetic People Search in SharePoint 2010

Posted Thursday, March 11, 2010 11:38 AM by CoreyRoth

Maybe you hadn’t noticed, but talking about Search is my favorite topic in SharePoint (with ECM closely following it). :)  This is why I am so excited about the new features we are seeing in Enterprise Search.  Wildcards and built in refinement were enough to bring a tear to my eye, but People Search is what I think a lot of people will be impressed by.  You see People Search is the gateway to many of the new social aspects in SharePoint 2010.  Your old stuffy CIOs are going to absolutely hate it (since they were probably the ones that blocked twitter and facebook at your organization).  The new hip CIOs that find value in social media are going to totally embrace it and organizational efficiency and the sense of community is really going to go up.  Not to tangent on the whole social thing though, let’s just take a look today at how it’s easier to find people in SharePoint 2010.

Let’s consider my great new fictitious company.  It’s not a big company but there are a number of employees.  Ok, so my fake company isn’t as complete as the one we have seen at the demos at SPC or anything, but hopefully you get the point.  Consider the following users stored in Active Directory.

PeopleSearchActiveDirectory

To work with People Search, you must first have successfully configured user profile synchronization, set up a connection, and then done a full crawl on your Local SharePoint Sites content source.  If your user profile synchronization service isn’t working, do yourself a favor and just reinstall because you will never get it to work.  The content source still uses the sps3 protocol to crawl user profiles.  If no people are returned when you search make sure you have a content source setup using that protocol handler.  I’ll probably write another post on how to set this up pretty soon.

To get started with People Search we start with an Enterprise Search center and click on the people link which gives us a plain search box like the one below.

PeopleSearchStart

Let’s say that I need to lookup the phone number for my IT Director, Michael Adams.  I can of course type his full name in like this and get a result (this is what we basically had in SharePoint 2007).

PeopleSearchResultsFullName

We get a result as expected, but you know, I really don’t call him Michael, I call him Mike.  Shouldn’t that return me a result too?

PeopleSearchResultsPhonetic

Absolutely!  In SharePoint 2007, if you asked for that people would look at you like you wanted the impossible.  Now it works beautifully.    Clicking on the user’s name takes you to the profile page where all of the cool social stuff happens.  I could do several posts on it alone, but here is a quick look at what it looks like.  It allows you to see the org chart along with recent activities along with a corporate style facebook.  Very cool.

PeopleSearchProfile

What else can this thing do though?  Say we want to look up our Team Lead, Richard Jackson.  He doesn’t go by Richard though.  He goes by *** (no jokes please).  Will that yield a result?

PeopleSearchResultsPhonetic2

How cool is that.  The search engine seems to understand nicknames.  So this really isn’t necessarily happening phonetically, it just has a nice thesaurus in it now, but at SPC, we did see search examples where things were spelled phonetically and it worked.  I haven’t had a ton of luck getting that to work.  I also saw it work with non-English names.  Hopefully I can demo that stuff too pretty soon, but I still thought these things were worth showing off.

Let’s do one more example though.  Let’s say I know the last name of the person I need to contact is Williams.  We’ll pretend I am lazy and I only type in Willi in the search box.  Will that give me a result?

PeopleSearchNoResults

The answer this time is actually no.  People Search does support wildcards now, but it is not on by default.  Change the query to Willi* and we’re in business.

PeopleSearchResultsWildcard

It returns matches in both the first and last name.  Very cool.  I’d love to be able to inherit from the PeopleCoreResultsWebPart to add an option to allow wildcards all the time, but Harneet Sidhana [MSFT] does not think we should be able to.  Apparently the web part is perfect and no one would possibly ever want to change it.  Ok, so the web part is pretty cool, but I would like to make changes and that’s just not going to be possible. :-(

Stepping aside from that tangent, I have to mention the Organization Browser.  It’s a cool use of Silverlight that makes it very easily to browser the organization. 

PeopleSearchOrganizationBrowser

This picture doesn’t do it justice.  It certainly would be a lot cooler if I had pictures uploaded for all of my users.  From all of this, hopefully you can see that it should be a lot easier for end users to find people in your organization.  I’m really excited about these new features.

Comments

# re: A quick look at phonetic People Search in SharePoint 2010

Thursday, March 11, 2010 5:05 PM by Murray

Partial name searching, such as the "Will" for "Williams" example that you gave is already available in SP2007. You just need to add the managed property in front of the criteria (LastName:Will).

A really easy solution is to build a web part that has input boxes for first name and last name and contains a button to execute the search. The web part can then pass the criteria along with the managed property data to the search results page.

We added a part like this to our portal homepage and with over 3000 searches for employees every day, I can't even imagine how many hours it has saved in 3 years.

# re: A quick look at phonetic People Search in SharePoint 2010

Friday, March 12, 2010 11:08 AM by Rajesh Rathi

Very interesting read, thank you so much for this insight. I am waiting to go live with SP2010 once it is released.

# Sharepoint Active Directory

Saturday, March 13, 2010 1:20 PM by Sharepoint Active Directory

Pingback from  Sharepoint Active Directory

# re: A quick look at phonetic People Search in SharePoint 2010

Wednesday, June 9, 2010 4:43 AM by Carmen

Hi!

I have Fast Search SErver for Sharepoint 2010, and I´ve noticed that this phonetic people search just works al Mozilla or Safari, no Internet Explorer!!!

Which Browser do you use???

thanks!!!

# re: A quick look at phonetic People Search in SharePoint 2010

Wednesday, June 9, 2010 9:56 AM by CoreyRoth

Hmm, I've had no issue using IE so far.

# re: A quick look at phonetic People Search in SharePoint 2010

Thursday, August 12, 2010 7:01 AM by Silver

Hi!

Very good post, thank you for that. But still, you searched for Mike's phone number and didn't find any. Nor does this organization browser show any important information.

Is it possible to show phone numbers in search results or in organization browser somehow?

Thanks.

# re: A quick look at phonetic People Search in SharePoint 2010

Thursday, August 12, 2010 7:20 AM by Silver

Allright, I got it. Search results will show phone numbers once they're indexed, but organization browser still doesn't.

# re: A quick look at phonetic People Search in SharePoint 2010

Thursday, August 12, 2010 8:54 AM by CoreyRoth

@Silver Yes, you should be able to show the phone number in your results after it is indexed as you mentioned.  I don't know of any way to customize the organization browser (not saying it isn't possible though).

# re: A quick look at phonetic People Search in SharePoint 2010

Wednesday, October 13, 2010 12:04 PM by Dharyl

How do you disable Phonetic Search? Is there a way to do this through PowerShell or through Central Admin configuration?

# re: A quick look at phonetic People Search in SharePoint 2010

Wednesday, October 13, 2010 12:45 PM by CoreyRoth

The phonetic search is an option at the per query level, so PowerShell is not an option.  This isn't an option on the PeopleCoreResultsWebPart so that means if you want to disable it you are going to have to write your own search code using the UI.

Why do you want to disable it?  Most people want it to be easier to find people not more difficult. :)

# re: A quick look at phonetic People Search in SharePoint 2010

Friday, February 11, 2011 6:47 AM by Dinesh

hi,

I have set up my search service on sharepoint site.now i am trying to  access it from .net code.My All site  scope is workign fine but when i use people scope its saying"errror no reslut found".Even its working in sharepoint configuration.Please help ...below is my code.

PeopleSearch.QueryService queryPeople = new PeopleSearch.QueryService();

     queryPeople.Credentials = System.Net.CredentialCache.DefaultCredentials;

     string a=  queryPeople.GetPortalSearchInfo();

       queryPeople.Url = "abbottppdviz/.../search.asmx";

       queryPeople.PreAuthenticate = true;

      string query = @"<?xml version=""1.0"" encoding=""utf-8""?>

                            <QueryPacket xmlns=""urn:Microsoft.Search.Query"" Revision=""1000"">

                              <Query domain=""QDomain"">

                                 <SupportedFormats>

                                    <Format>

                                       urn:Microsoft.Search.Response.Document.Document

                                    </Format>

                                 </SupportedFormats>

                                 <Context>

                                   <QueryText language=""en-US"" type=""MSSQLFT"">SELECT Title, WorkPhone, Department, Path, Description, Write, Rank,  Size  FROM Scope() WHERE  ""Scope"" = 'People' </QueryText>

                                 </Context>

                              </Query>

                           </QueryPacket>";

       string  resultString =  queryPeople.Query(query);

       DataSet ds = queryPeople.QueryEx(query);

Thaks in advance...

# re: A quick look at phonetic People Search in SharePoint 2010

Monday, February 14, 2011 8:49 AM by CoreyRoth

@Dinesh You do not want to use Full Text SQL Queries here as they are considered deprecated.  You a keyword query instead.

www.dotnetmafia.com/.../use-keyword-query-syntax-instead-of-sql-syntax-for-sharepoint-2010-search-queries.aspx

# re: A quick look at phonetic People Search in SharePoint 2010

Tuesday, March 1, 2011 12:58 AM by Eric Xue

I have a question here in regards to the phonetic People Search, which is just not working from my-end. My environment is based up on en-AU culture, so I guess, this might be the cause of it.

Would you be able to shed me some light on, in order to get this issue fixed?

all best

Eric

# People Search 0 | AllGraphicsOnline.com

Wednesday, March 2, 2011 8:23 AM by People Search 0 | AllGraphicsOnline.com

Pingback from  People Search 0 | AllGraphicsOnline.com

# re: A quick look at phonetic People Search in SharePoint 2010

Tuesday, March 8, 2011 11:19 AM by CoreyRoth

@Eric I haven't tried it with other cultures, but my understanding is that search does understand them, but it does vary by language.  Is it just not working at all?

# re: A quick look at phonetic People Search in SharePoint 2010

Monday, March 28, 2011 2:07 PM by Matt P.

So I've got SP2010 up and running (did DB attach upgrade from SP2007), and I have an Enterprise search center that seems to work great.   However, there is a search box on my landing page that does not work.  

Let's see if I can explain better.  My site is cleverly answering on http://sharepoint.

If I go to http://sharepoint, it automatically redirects me to http://sharepoint/default.aspx

On that page I have "My Newsfeed" - with My Colleagues, my Interests, etc"  At the top of that page is a search box that says "Find People" - if I try to search in that box, it gives me a 404, and redirects me to:

http://sharepoint/SearchCenter/Pages/PeopleResults.aspx?k=Smith

If I search for Smith.   And it errors out, tells me the link is broken, etc.

Now - I have an Enterprise Seach center site located here:

http://sharepoint/sites/search/Pages/default.aspx

If I go there, I can search "all Sites" or "People", and it works like a charm.  I've set up scopes and such, but I have to be missing something.  And I'm pretty sure it's something stupid on my part.

Any help?

# re: A quick look at phonetic People Search in SharePoint 2010

Tuesday, March 29, 2011 3:58 AM by Marten

Question: The part of the article where you search by using nick names is it not just that it search and finds results by surname and you could in fact just write somename Jackson and you would find Richard Jackson?

The phonetic search is that using soundex in sql server or is it some new feature from the FAST search solution?

Soundex in sql only supports English phonetics and that may not always work so great in other languages.

# re: A quick look at phonetic People Search in SharePoint 2010

Monday, April 4, 2011 1:22 PM by CoreyRoth

@Marten Phonetic Search gives search the ability to break a part the names.  As another example, with a foreign name such as "Binh Le".  I could actually type in "Ben Lee" and it would return results even though it is a Vietnamese name.

# re: A quick look at phonetic People Search in SharePoint 2010

Monday, April 4, 2011 1:24 PM by CoreyRoth

@Matt The URL to your search center can be set in two ways.  The default setting is set on your Site Collection under Search Settings.  However, it can also be overridden at the Scope level as well.  You can find these settings in your Search Service Application under Scopes.

This post is somewhat related and shows some of the screens involved.

www.dotnetmafia.com/.../configuring-contextual-search-to-use-search-center.aspx

# People Search Name | AllGraphicsOnline.com

Wednesday, April 6, 2011 5:27 PM by People Search Name | AllGraphicsOnline.com

Pingback from  People Search Name | AllGraphicsOnline.com

# re: A quick look at phonetic People Search in SharePoint 2010

Saturday, June 25, 2011 4:51 AM by Chien Yiing

Phonetic search just wont work on IE8. If you want to see how it works, you have to use another browser like Firefox. You may view my blog regarding this issue here.

chienyiing.blogspot.com/.../fast-phonetic-searching-for-names-is.html

# re: A quick look at phonetic People Search in SharePoint 2010

Thursday, January 12, 2012 2:09 AM by Nikhil Sankolli

Hi CoreyRoth,

Nice post! I have seen in many cases wildcard does-not function properly with people search, for example

willi* or *william it works, But wi*am will not give any results. Is this behaviour default right?... If right how can we overcome?

# re: A quick look at phonetic People Search in SharePoint 2010

Friday, January 13, 2012 2:26 PM by CoreyRoth

@Nikhil Unfortunately, you can't do wildcard operators in the middle of a name.  However, you shouldn't need them very often. The phonetic search does a good job recognizing similar names even when you spell them poorly.

# re: A quick look at phonetic People Search in SharePoint 2010

Thursday, February 2, 2012 12:08 AM by MaryProchaska

Just learned a good one.  Be sure that you're default URL in AAM is the same address defined in your Content Source. If they don't match, you're "This Site" scope doesn't work.

# re: A quick look at phonetic People Search in SharePoint 2010

Tuesday, February 7, 2012 12:08 AM by CoreyRoth

@B@LU I wrote a post on that already actually.  See this post for configuring people search.

www.dotnetmafia.com/.../how-to-set-up-people-search-in-sharepoint-2010.aspx

# re: A quick look at phonetic People Search in SharePoint 2010

Friday, February 10, 2012 9:01 AM by @YLLB

Saludos,

Yo necesito que al hacer una busqueda por nombre solo me traiga las personas que tengan dicho nombre.

Ejemplo: Yo escribo en el cuadro de busqueda "Rosa" y quiero que me traigan las personas que se llamen Rosa.

Hasta ahora cuando hago la busqueda me trae Rosa y personas que no tienen que ver con rosa, que tengo que hacer en este caso ?

Gracias!!

# re: A quick look at phonetic People Search in SharePoint 2010

Monday, August 20, 2012 11:12 AM by Jane

@YLLB

Necesitas cambiar una cosa en "Federated Locations" (Search Settings).

Local People Search Results -> Location Information -> Query Template.  Cambia "{searchTerms}" y poner "{searchTerms} AND (FirstName:{searchTerms} OR LastName:{searchTerms})"

Lo siento que mi espanol es mal pero esto va a buscar solo "Rosa".

# re: A quick look at phonetic People Search in SharePoint 2010

Tuesday, September 18, 2012 1:07 PM by Ibheri

Nice post. Thnx. Is it possible to make Name as default in the refinement panel instead of All ?

# Keith Tuomi &#8211; SharePoint Server MVP SharePoint 2010 vs SP2010 + FAST vs SP 2013 Search Capabilities Comparison &raquo; Keith Tuomi - SharePoint Server MVP

Pingback from  Keith Tuomi &#8211; SharePoint Server MVP SharePoint 2010 vs SP2010 + FAST vs SP 2013 Search Capabilities Comparison &raquo; Keith Tuomi - SharePoint Server MVP

# SharePoint 2010 vs SP2010 + FAST vs SP 2013 Search Capabilities Comparison | Keith Tuomi - SharePoint Server MVP

Pingback from  SharePoint 2010 vs SP2010 + FAST vs SP 2013 Search Capabilities Comparison | Keith Tuomi - SharePoint Server MVP

Leave a Comment

(required)
(required)
(optional)
(required)