cancel
Showing results for 
Search instead for 
Did you mean: 

Add a result in user search

alexdelarge
Champ in-the-making
Champ in-the-making
Hi all, this is my first post.
I have deployed Alfresco Community 4d and made some tweaks here and there.
But I have little problem, i want to display the telephone on the user search page, it only show title and organization.
Its the a way to do this?
Good Bye Bratos.
1 REPLY 1

jpotts
World-Class Innovator
World-Class Innovator
Hi, Alex,

Welcome to the community, we're glad you are here.

That people search results page is produced by a client-side JavaScript component called people-finder. It lives here:
$TOMCAT_HOME/webapps/share/components/people-finder/people-finder.js

If you open that up and take a look you'll see that the fields that come back are hard-coded. So if you want to add the phone number in the results, you'll have to extend this component and change it accordingly.

Jeff