2009/11/20  <[email protected]>:
> I was writing an NXQL query in the Advanced Seach and tried to use the 
> LIMIT/OFFSET clauses. Both appear to be ignored. Is LIMIT not supported or is 
> some special syntax required? Then I tried the LIMIT clause in a 
> session.query(...) call and it was also ignored.
>
> I did take a look at nuxeo-core-query and the LIMIT clause is used in a 
> number of places but I haven't had time to sort through this.

Limit and offset should be passed as java arguments to the
session.query method instead of being included inside the query string
itself.

-- 
Olivier
_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm
To unsubscribe, go to http://lists.nuxeo.com/mailman/options/ecm

Reply via email to