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/03 11:27:12 UTC

[jira] Assigned: (JCR-2829) Offset not working correctly in user/group query when restricting to group members

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

Michael Dürig reassigned JCR-2829:
----------------------------------

    Assignee: Michael Dürig

> Offset not working correctly in user/group query when restricting to group members
> ----------------------------------------------------------------------------------
>
>                 Key: JCR-2829
>                 URL: https://issues.apache.org/jira/browse/JCR-2829
>             Project: Jackrabbit Content Repository
>          Issue Type: Bug
>          Components: jackrabbit-core
>            Reporter: Michael Dürig
>            Assignee: Michael Dürig
>             Fix For: 2.2.0, 2.3.0
>
>
> For user/group queries having a scope *and* a  limit clause offsetting does not work correctly.
>     builder.setScope("contributors", false);
>     builder.setLimit(100, 50);
> In the above case, the result is often not offset at 100 but instead at some place >100.

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