You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by GitBox <gi...@apache.org> on 2022/03/31 19:11:34 UTC

[GitHub] [jackrabbit-oak] klcodanr opened a new pull request #535: OAK-9740 - Offset / Limit Option

klcodanr opened a new pull request #535:
URL: https://github.com/apache/jackrabbit-oak/pull/535


   Adds support for setting the offset / limit via options within the query body in the form:
   
       SELECT * FROM [nt:base] OPTION(LIMIT 10, OFFSET 10)
      
   Note this also supports XPath:
   
       /jcr:root/test/*/nt:resource[@jcr:encoding] option(offset 2, limit 75)
   
   Any settings on the query will override the values parsed out of the query options. 


-- 
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: dev-unsubscribe@jackrabbit.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org