Hello everyone, i'm working with a big assets project, where the client
has some folders with thousands of assets, when it tries to review the
folder content and sort by name for example, I'm seeing a warn message
log due to traversal query.Basically it is the list view and then sort
by name. The query isSQL2: select [jcr:path], [jcr:score], * from
[nt:base] as a where ischildnode(a, '/content/dam/folder') order by
lower(name(a)) descxpath: /jcr:root/content/folder/* order by
fn:lower-case(fn:na...