cancel
Showing results for 
Search instead for 
Did you mean: 

Remove people finder from live search in alfresco community

nwali
Star Contributor
Star Contributor

I am using Alfresco Community 5.0.d and have been trying to find a way to remove the people finder from live search as shown in below screenshot. 

Please let me know in which file can I find this live search so I could modify the people finder or remove this from here.

Thanks.

1 ACCEPTED ANSWER

nwali
Star Contributor
Star Contributor

Hi,

Issue is fixed and have a look at below link for solution.

Modify live search in Alfresco Commmunity 5.0.d - Stack Overflow 

View answer in original post

2 REPLIES 2

hardik1512
Star Contributor
Star Contributor

Hello Nikhil,

You can follow below steps,

1) Extend share-header.get.js

2) Find the widget for search box(ID : HEADER_SEARCH)

3) Disable showing people results(config property : showPeopleResults)

Refer below link for more details

JSDoc: Module: alfresco/header/SearchBox 

Hope this helps!!!

nwali
Star Contributor
Star Contributor

Hi,

Issue is fixed and have a look at below link for solution.

Modify live search in Alfresco Commmunity 5.0.d - Stack Overflow