From: Matt Tyson Date: Wed, 7 May 2014 08:51:24 +0000 (+0800) Subject: Bug 992091: Rename bug 'tag' to 'tags'. X-Git-Tag: bugzilla-4.5.5~65 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba7d46f3db4dc26e1047cfed039f19e32aa87e2b;p=thirdparty%2Fbugzilla.git Bug 992091: Rename bug 'tag' to 'tags'. r=glob, a=justdave --- 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.