Hi,There are multiple ways to query AEM. As aemmarc says, Lucene scores your results and so order can differ from instance to instance.You can however use a JCR SQL2 query to find your content. JCR SQL2 lets you use an ORDER BY clause to sort the results according as you wish (by date created, name,...