Comment 6 for bug 541637

Revision history for this message
Martin Pool (mbp) wrote : Re: [Bug 541637] Re: Mutated items in launchpadlib search results iterator can break iteration

I think I would like the client to say "get me the first 50 bugs in
order by bug number" then "get me the next 50 with id >
previous_result[-1].id" and so on up. That should be stable: I might
miss new things inserted into ranges I've already seen but that's
entirely reasonable.

I believe at the moment there is an orderBy parameter and I can't see
how it would work with this. Also I suppose the current api exposes a
"start at row" not "start at id."

> As a stupid workaround you can set a huge page size and get all the
> Triaged bugs at once.

How would I do that?

--
Martin <http://launchpad.net/~mbp/>