cancel
Showing results for 
Search instead for 
Did you mean: 

Tag sorting (alphabetically)

nikes
Champ on-the-rise
Champ on-the-rise
Hello,

I am looking for a way to list tags in alphabetical order in Repository and MyFiles view.

It works fine for the Site document library as per this forum topic
https://forums.alfresco.com/forum/developer-discussions/alfresco-share-development/tag-sorting-03232...

But, does not work for Repository and MyFiles section.


Thanks in advance.
Nikesh
2 REPLIES 2

niketapatel
Star Contributor
Star Contributor
Hi Nikesh, tag retrival webscripts are different for repository/My Files and for sites. So you need to make change in below script

for repo/My files located at - alfresco\WEB-INF\classes\alfresco\templates\webscripts\org\alfresco\collaboration
/collaboration/tagQuery?n={nodeRef?}&m={maxResults?}&s={sortOrder?}

for sites
/api/tagscopes/site/{site}/tags

nikes
Champ on-the-rise
Champ on-the-rise
Thank you Niketa for pointing correct webscript.