cancel
Showing results for 
Search instead for 
Did you mean: 

People Finder Search

gotfredsen
Champ in-the-making
Champ in-the-making
I would like to use the profile pages of individuals so it includes their expertize or skill set, something like an expert locator. I found this slideshow http://www.slideshare.net/lawrence_a/alfresco-30-people-finder-component-v10, where there is a skillset tab, exactly as I want it, but I can's find anything like this.

Alternatively I just want to be able to use the People Finder function to search on all the fields in the profile, not only on First and Last name. Is that possible? I found the post about adding more fields to the profile page http://forums.alfresco.com/en/viewtopic.php?f=47&t=20838, now I just want to be able to search on those extra fields.
3 REPLIES 3

ssaravanan
Champ in-the-making
Champ in-the-making
The lucene search has to be modified to include those fields in the profile.

ssaravanan
Champ in-the-making
Champ in-the-making
The other workaround is to have the search done on the client side, by using simple yui autocomplete
http://developer.yahoo.com/yui/examples/autocomplete/ac_fn_multfields.html

mikeh
Star Contributor
Star Contributor
The Lucene query is implemented in org.alfresco.repo.jscript.People - it would be easy to add new search properties there.

Thanks,
Mike