jsedding commented on PR #216: URL: https://github.com/apache/sling-org-apache-sling-resourceresolver/pull/216#issuecomment-5047575536
I think this statement is incorrect: > Oak's FIRST() returns the lexicographically smallest value of the (multivalued) property, so the repository returns resources ordered by the minimum value. The "first" function returns the first value of a mv property, i.e. the value at index 0. Compare with the respective [OAK unit-test](https://github.com/apache/jackrabbit-oak/blob/44eff55bda2759bfe6ace0cf3ea7a2766c6a99b9/oak-jcr/src/test/java/org/apache/jackrabbit/oak/jcr/query/QueryTest.java#L309-L324). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
