From ba7d46f3db4dc26e1047cfed039f19e32aa87e2b Mon Sep 17 00:00:00 2001 From: Matt Tyson Date: Wed, 7 May 2014 16:51:24 +0800 Subject: [PATCH] Bug 992091: Rename bug 'tag' to 'tags'. r=glob, a=justdave --- Bugzilla/Search.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/Bugzilla/Search.pm b/Bugzilla/Search.pm index 75a0fbdb45..8a549a2b92 100644 --- a/Bugzilla/Search.pm +++ b/Bugzilla/Search.pm @@ -407,6 +407,7 @@ use constant FIELD_MAP => { bugidtype => 'bug_id_type', changedin => 'days_elapsed', long_desc => 'longdesc', + tags => 'tag', }; # Some fields are not sorted on themselves, but on other fields. -- 2.47.2