Hi,
We are trying to sort assets alphabetically in list view through "name". To implement this feature we have overlaid "/libs/dam/gui/content/assets/jcr:content/views/list" to apps folder and set the sorting property to "true". Now there are 2 properties set at list view node which are "limit" and "size" where value is 40. So when assets are more than this specified value so then AEM is sorting the assets with names in lower-case and upper-case letters separately. So resolve this i tried to change the limit to expected 1000 then my AEM is going in stale state.
Is there any way out to resolve this?
Thanks in advance.