alfresco-maven

Is there a way to control the sorting order in the user's search interface?

天大地大妈咪最大 提交于 2019-12-08 12:18:42
问题 I'm developing AMP file for the Share tier and I want to override the search order. Currently, the sorting performed by fullName . In my case I need sorting by lastName . In people-finder.js I found this line: ... /** * Build URI parameter string for People Finder JSON data webscript * * @method _buildSearchParams * @param searchTerm {string} Search terms to query */ _buildSearchParams: function PeopleFinder__buildSearchParams(searchTerm) { return "sortBy=fullName&dir=asc&filter=" +