Roundup Tracker - Issues

Message4066

Author wolever
Recipients ThomasAH, ber, jvstein, olly, wolever
Date 2010-06-25.19:27:47
Message-id <1277494067.98.0.706268889242.issue2550583@psf.upfronthosting.co.za>
In-reply-to
Additionally, it doesn't seem like the problem of "at most 10 results are found" has been 
addressed.
I can confirm that changing:
    matches = enquire.get_mset(0, 10)

To, for example:
    matches = enquire.get_mset(0, 100)

Will result in return more results.
History
Date User Action Args
2010-06-25 19:27:47woleversetmessageid: <1277494067.98.0.706268889242.issue2550583@psf.upfronthosting.co.za>
2010-06-25 19:27:47woleversetrecipients: + wolever, ber, ThomasAH, olly, jvstein
2010-06-25 19:27:47woleverlinkissue2550583 messages
2010-06-25 19:27:47wolevercreate