option to specify in query if empty values are sorted first or last
-------------------------------------------------------------------

                 Key: JCR-2606
                 URL: https://issues.apache.org/jira/browse/JCR-2606
             Project: Jackrabbit Content Repository
          Issue Type: New Feature
          Components: query
    Affects Versions: 2.0.0
            Reporter: Torgeir Veimo
            Priority: Minor


It would be of great value if there was a way to sort on a property, and 
specify wether nodes with empty / missing property values was put first or last 
in the resulting result.

In SQL, the standard syntax for this is: 

order by ... [asc | desc] [nulls [first | last]] ,... 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to