cancel
Showing results for 
Search instead for 
Did you mean: 

Search webscripts path

abhashree
Champ in-the-making
Champ in-the-making
Hi All,

I am not able to find the search webscripts in alfresco installation folder.
I want to refer the search webscripts file for one of my requirement.

I browse through alfresco\WEB-INF\classes\alfresco\templates\webscripts\org\alfresco\repository\search but I did not find any js file
except some desc and ftl files .

Please guide me to find the search webscripts for alfresco repository and alfresco wcm repository search.

So that I can know about the logic behind the search.

Thanks,
Abhashree
1 REPLY 1

abarisone
Star Contributor
Star Contributor
Hi abhashree,
probably you don't find any js file because search webscripts are Java Backed.
You can try searching some Spring context xml files where the implementing classes are registered.

Regards,
Andrea