People Search is showing login names instead of full names
i.e. in case of showing John Doe it is showing johnd when searched
Is there a way to change it?
I am on FBA.
|
People Search is showing login names instead of full names i.e. in case of showing John Doe it is showing johnd when searched Is there a way to change it? I am on FBA. |
|||||
|
|
My bet is the following: when looking at the user profiles in your user profile application, your user profiles have a (mapped) "name" field that are either empty or contain the loginname. That name field is used to display the display username. When looking at the user profile property "name", you can see that it's internal name is "PreferredName" When looking at the search application, you can check for the crawled properties. In the "People" category, you see that the crawled property "PreferredName" is mapped to People:PreferredName. This PreferredName is mapped to the metadata property "PreferredName", which is displayed in the search results. The name field of the user profile application should be mapped the source that is containing your display names. This way, you don't have to make any changes to xslt or anything else. |
||||
|
|
|
You may want to check what's being returned as search results and if full name is being returned but not displayed, just modify the people search results web part's XSL to display correct field. Check Customize the People Search Results – Part 1 and part 2 in same series. |
|||
|
|