MaxCount not working correctly in user/group query when restricting to group 
members
------------------------------------------------------------------------------------

                 Key: JCR-2844
                 URL: https://issues.apache.org/jira/browse/JCR-2844
             Project: Jackrabbit Content Repository
          Issue Type: Bug
          Components: jackrabbit-core
    Affects Versions: 2.3.0
            Reporter: Michael Dürig
            Assignee: Michael Dürig


For user/group queries having a scope *and* a limit clause maxCount does not 
work correctly.

    builder.setScope("contributors", false);
    builder.setLimit(0, 50);

In the above case, the result might contain to few results. 

This is related to JCR-2829

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to