Collections sorting
I am using the dynamic collection feature to retrieve the latest notices to be shown on the right pane of the web quick start root landing page:This is my query:select d.* from cmis:document as d where in_tree(d, '${section:/news/notices}') and d.cmi...