Comment 4 for bug 303414

Revision history for this message
Elliot Murphy (statik) wrote :

I'm writing scripts that want to do a bunch of searchTasks calls to launchpad to get bug counts. because len() doesn't work on the collections returned by searchTasks, I end up needing to iterate over all the tasks in order to get a bug count. this probably generates a lot of excess traffic to launchpad compared to if I could just get a count from the search.