After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 357386 - Allow searches on reporters
Allow searches on reporters
Status: RESOLVED FIXED
Product: bugzilla.gnome.org
Classification: Infrastructure
Component: boogle
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Bugzilla Maintainers
Bugzilla Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-09-23 22:19 UTC by Elijah Newren
Modified: 2006-09-24 02:05 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Initial version (4.03 KB, patch)
2006-09-23 22:20 UTC, Elijah Newren
reviewed Details | Review

Description Elijah Newren 2006-09-23 22:19:05 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).
Comment 1 Elijah Newren 2006-09-23 22:20:53 UTC
Created attachment 73290 [details] [review]
Initial version
Comment 2 Elijah Newren 2006-09-24 02:05:18 UTC
Did some more testing, fixed up the patch a bit, and committed it.  It's now live.