Roundup Tracker - Issues

Message3662

Author ajaksu2
Recipients ajaksu2, cknittel, richard
Date 2009-03-18.00:27:50
Message-id <1237336072.14.0.160868540916.issue1155657@psf.upfronthosting.co.za>
In-reply-to
Here's a patch that makes issue the search scope.

It gets IDs of [issues that have a message with word_1] and intersects
that with IDs of [issues that have a message with word_n].

Then it joins that with the old message-scope results.

If one word is in issue title and the other[s] in messages, it still
won't find'em...

IOW, an awfully ugly, stupid way of coding this RFE:  I can't do SQL,
didn't even try to get clean Python. But it works :)
History
Date User Action Args
2009-03-18 00:27:52ajaksu2setmessageid: <1237336072.14.0.160868540916.issue1155657@psf.upfronthosting.co.za>
2009-03-18 00:27:52ajaksu2setrecipients: + ajaksu2, richard, cknittel
2009-03-18 00:27:52ajaksu2linkissue1155657 messages
2009-03-18 00:27:51ajaksu2create