How to sort Content finder assets to Alpha numeric?
Hi All,
Could you please redirect me, how to sort the contentfinder assets to alpha numeric.
Thanks,
Michael
Hi All,
Could you please redirect me, how to sort the contentfinder assets to alpha numeric.
Thanks,
Michael
Hi,
You will need to write your own servlet that backs your Content Finder extension. You can take a look at http://adobe-consulting-services.github.io/acs-aem-commons/features/contentfinder-querybuilder.html for a method of implementing Content Finder tabs with a more flexible backend than is provided out of the box.
Note that you can also just do this by adding "order:jcr:content/cq:name" to your query, i.e. if you put "geometrixx order:jcr:content/cq:name" in the search box, you'll get the search results sorted by name.
Regards,
Justin
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.