summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Search.pm
diff options
context:
space:
mode:
authorMatt Tyson <mtyson@redhat.com>2014-05-07 10:51:24 +0200
committerByron Jones <glob@mozilla.com>2014-05-07 10:51:24 +0200
commitba7d46f3db4dc26e1047cfed039f19e32aa87e2b (patch)
treea20467c52ef191fa4cf1a30a676a273ea880e47b /Bugzilla/Search.pm
parenta1b6acbd5a520e3499a71aa3500c24815e07c72c (diff)
downloadbugzilla-ba7d46f3db4dc26e1047cfed039f19e32aa87e2b.tar.gz
bugzilla-ba7d46f3db4dc26e1047cfed039f19e32aa87e2b.tar.xz
Bug 992091: Rename bug 'tag' to 'tags'.
r=glob, a=justdave
Diffstat (limited to 'Bugzilla/Search.pm')
-rw-r--r--Bugzilla/Search.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/Bugzilla/Search.pm b/Bugzilla/Search.pm
index 75a0fbdb4..8a549a2b9 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.