Re: [Developers] jira.

2007-02-06 Thread Michiel Meeuwissen
Henk Hangyi wrote: 148 unscheduled open issues remain. 102 at time of writing. Yep, I did some more scheduling :-) Perhaps 100 is a nice, overseeable, target for today. be more right than you. Nico and i will schedule the remaining issues next monday. Ah, nice. Then we'll only have to

[Developers] Maxnumber in Query

2007-02-06 Thread Reinder Menninga
Hi, I tried to use the maxNumber and offset in a query but I am getting strange results. I have the following code: Query query = Queries.createQuery(editorCloud, null, nodePath, fields, null, null, directions, searchDir, distinct); query.setOffset(pageNo * 50 - 50); query.setMaxNumber(50);

Re: [Developers] Maxnumber in Query

2007-02-06 Thread Michiel Meeuwissen
Reinder Menninga wrote: I tried to use the maxNumber and offset in a query but I am getting strange results. I have the following code: Query query = Queries.createQuery(editorCloud, null, nodePath, fields, null, null, directions, searchDir, distinct); query.setOffset(pageNo * 50 - 50);