AEM as a cloud service - sort tags alphabetically | Community
Skip to main content
Sebastiane_Edberg_
Community Advisor
Community Advisor
December 7, 2021
Solved

AEM as a cloud service - sort tags alphabetically

  • December 7, 2021
  • 1 reply
  • 1448 views

hi, looking to sort tags in alphabetic order, how is that done? guess its a super-easy sorting option somewhere but cant find it, any help appreciated

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Vijayalakshmi_S

Hi @sebastiane_edberg_

If you could extract the package shared in the blog, it directly includes the bundle and that has the filter class (snippet of which is available directly in the blog)

I suggest to use that filter class in your project core module and have that imported via project maven build. 

In Cloud version maven archetype project(archetype 24 and above), bundle gets embedded in container package (all module)

1 reply

Ravi_Pampana
Community Advisor
Community Advisor
December 8, 2021

Hi,

 

Check the below post, I am able to test and sorting is happening correctly

http://experience-aem.blogspot.com/2019/07/aem-65-touch-ui-sort-tags-alphabetically-tags-console.html

 

Hope this helps!

Sebastiane_Edberg_
Community Advisor
Community Advisor
December 8, 2021

I get this error when trying to upload the package with package manager, running 

Adobe Experience Manager 2021.11.6058.20211123T163652Z-211000

 

 

 

 

Vijayalakshmi_S
Vijayalakshmi_SAccepted solution
Level 10
December 10, 2021

Hi @sebastiane_edberg_

If you could extract the package shared in the blog, it directly includes the bundle and that has the filter class (snippet of which is available directly in the blog)

I suggest to use that filter class in your project core module and have that imported via project maven build. 

In Cloud version maven archetype project(archetype 24 and above), bundle gets embedded in container package (all module)