summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Search
diff options
context:
space:
mode:
authorByron Jones <glob@mozilla.com>2015-07-17 07:01:03 +0200
committerByron Jones <glob@mozilla.com>2015-07-17 07:01:03 +0200
commit22d71ed7fe2599a9ee269bafe43df8094d34755d (patch)
treed1b0b53e2d72b5a99d5df80f03fe93e5bf74a145 /Bugzilla/Search
parenta124414c084218a07f9fddc056e4944fd62d9141 (diff)
downloadbugzilla-22d71ed7fe2599a9ee269bafe43df8094d34755d.tar.gz
bugzilla-22d71ed7fe2599a9ee269bafe43df8094d34755d.tar.xz
Bug 1180571 - remove the ability to search attachment data
Diffstat (limited to 'Bugzilla/Search')
-rw-r--r--Bugzilla/Search/ClauseGroup.pm1
-rw-r--r--Bugzilla/Search/Quicksearch.pm2
2 files changed, 0 insertions, 3 deletions
diff --git a/Bugzilla/Search/ClauseGroup.pm b/Bugzilla/Search/ClauseGroup.pm
index 5b437afec..c8600b6ac 100644
--- a/Bugzilla/Search/ClauseGroup.pm
+++ b/Bugzilla/Search/ClauseGroup.pm
@@ -17,7 +17,6 @@ use Bugzilla::Util qw(trick_taint);
use List::MoreUtils qw(uniq);
use constant UNSUPPORTED_FIELDS => qw(
- attach_data.thedata
classification
commenter
component
diff --git a/Bugzilla/Search/Quicksearch.pm b/Bugzilla/Search/Quicksearch.pm
index 7c4fc4faf..e601b4f24 100644
--- a/Bugzilla/Search/Quicksearch.pm
+++ b/Bugzilla/Search/Quicksearch.pm
@@ -72,8 +72,6 @@ use constant MAPPINGS => {
"attachment" => "attachments.description",
"attachmentdesc" => "attachments.description",
"attachdesc" => "attachments.description",
- "attachmentdata" => "attach_data.thedata",
- "attachdata" => "attach_data.thedata",
"attachmentmimetype" => "attachments.mimetype",
"attachmimetype" => "attachments.mimetype"
};