You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Michael Dürig (JIRA)" <ji...@apache.org> on 2010/12/15 11:35:00 UTC

[jira] Updated: (JCR-2844) MaxCount not working correctly in user/group query when restricting to group members

     [ https://issues.apache.org/jira/browse/JCR-2844?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Dürig updated JCR-2844:
-------------------------------

    Affects Version/s: 2.2.1

> 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.2.1, 2.3.0
>            Reporter: Michael Dürig
>            Assignee: Michael Dürig
>             Fix For: 2.3.0
>
>
> 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.