GNOME Bugzilla – Bug 357386
Allow searches on reporters
Last modified: 2006-09-24 02:05:18 UTC
I'm surprised; I thought I had filed this already. Anyway, it'd be nice to be able to perform searches of the form: reporter<op>email_addy1,email_addy2,...email_addy_n where <op> can be '=' (aliased to ':', as always) or '!='. Also, for good measure, it'd be cool to supported "special" email addresses such as 'me' or 'developer', i.e. product:metacity reporter!=me or product:gtk+ reporter:developer I've got this mostly worked out, but not fully tested. I'm going to attach the patch here (it's also applied on bugzilla-test).
Created attachment 73290 [details] [review] Initial version
Did some more testing, fixed up the patch a bit, and committed it. It's now live.