I found the question that https://community.alfresco.com/message/828478-re-change-results-url-in-aikau-faceted-search-page?com... I wants to do the same , I wants to add extra parameters to search result renders URL
var searchResultWidget = widgetUtils.findObject(model.jsonModel, "id", "FCTSRCH_SEARCH_RESULT");
if(searchResultWidget) {
searchResultWidget.name = "mynamespace/search/CustomAlfSearchResult";
}
I found that the urls generated by JSDoc: Source: renderers/_SearchResultLinkMixin.js file but I don't know how to override this.
please help.
Solved! Go to Solution.
please see my answer alfresco search results : -> add parameter to search item url - Stack Overflow
Ask for and offer help to other Alfresco Content Services Users and members of the Alfresco team.
Related links:
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.