Remove people finder from live search in alfresco community

cancel
Showing results for 
Search instead for 
Did you mean: 
nwali
Established Member

Remove people finder from live search in alfresco community

Jump to solution

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 Solution

Accepted Solutions
nwali
Established Member

Re: Remove people finder from live search in alfresco community

Jump to solution

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 solution in original post

2 Replies
hardik1512
Established Member II

Re: Remove people finder from live search in alfresco community

Jump to solution

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
Established Member

Re: Remove people finder from live search in alfresco community

Jump to solution

Hi,

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

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