BlueStar
BlueStar

Reputation: 411

How to correctly customise search.get.js in Alfresco?

I'm using Alfresco Enterprise 6.2. Actual changes I need to make belongs to the search.lib.js This is an import in the search.get.js. I tried modifying search.lib.js itself and had no effect. So I populated the import in the search.get.js and modified it directly. I'm not too sure if it's the right approach. What would be the best way to go about this change?

Upvotes: 1

Views: 244

Answers (2)

Arjun
Arjun

Reputation: 634

The approach to overriding web scripts via the alfresco/extension/templates/webscripts/org/alfresco/slingshot/search/search.get.js path has not changed in 6.2 and is still viable.

Upvotes: 1

Sanjay
Sanjay

Reputation: 2503

Keep your files to below location to override.

alfresco\extension\templates\webscripts\org\alfresco\slingshot\search

Upvotes: 1

Related Questions