diff options
Diffstat (limited to 'Bugzilla')
-rw-r--r-- | Bugzilla/Search.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/Search.pm b/Bugzilla/Search.pm index a95bb0599..e164e6332 100644 --- a/Bugzilla/Search.pm +++ b/Bugzilla/Search.pm @@ -155,7 +155,7 @@ use constant OPERATOR_FIELD_OVERRIDE => { equals => \&_keywords_exact, notequals => \&_keywords_exact, anyexact => \&_keywords_exact, - anyword => \&_keywords_exact, + anywords => \&_keywords_exact, allwords => \&_keywords_exact, nowords => \&_keywords_exact, _non_changed => \&_keywords_nonchanged, |