Hi all, I see from the espblog example that when there a query among all nodes, the results are ordered by created property descending
var query =
queryManager.createQuery("/jcr:root/content/espblog/posts/element(*,
nt:unstructured) order by @created descending", "xpath");
Is this an implicit property of every node?
I don't see it using a JCR browser.
If it isn't, how is it created in the espblog example?
Bye,
--
Federico
