From 22d71ed7fe2599a9ee269bafe43df8094d34755d Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Fri, 17 Jul 2015 13:01:03 +0800 Subject: Bug 1180571 - remove the ability to search attachment data --- Bugzilla/Search/Quicksearch.pm | 2 -- 1 file changed, 2 deletions(-) (limited to 'Bugzilla/Search/Quicksearch.pm') 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" }; -- cgit v1.2.3-24-g4f1b