summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Bugzilla/Search.pm3
1 files changed, 3 insertions, 0 deletions
diff --git a/Bugzilla/Search.pm b/Bugzilla/Search.pm
index 24adf0094..a95bb0599 100644
--- a/Bugzilla/Search.pm
+++ b/Bugzilla/Search.pm
@@ -101,6 +101,9 @@ use constant OPERATOR_FIELD_OVERRIDE => {
commenter => {
_default => \&_commenter,
},
+ reporter => {
+ _non_changed => \&_assigned_to_reporter_nonchanged,
+ },
'requestees.login_name' => {
_default => \&_requestees_login_name,
},