From ac85576a8799ec12036bfb8bb93ac48f96830f1f Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Mon, 13 Mar 2017 19:23:22 -0400 Subject: Revert "Bug 1307485 - Add code to run a subset of buglist.cgi search queries against the ES backend" This reverts commit 9c26c01867ca3e2af1e70c051140eea59c68c500. --- scripts/search.pl | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 scripts/search.pl (limited to 'scripts/search.pl') diff --git a/scripts/search.pl b/scripts/search.pl deleted file mode 100644 index 6e0f7245d..000000000 --- a/scripts/search.pl +++ /dev/null @@ -1,13 +0,0 @@ -#!/usr/bin/perl -use strict; -use warnings; -use Bugzilla; -use JSON '-convert_blessed_universally'; - -print JSON->new->pretty->encode( - Bugzilla::Elastic::Search->new( - quicksearch => "@ARGV", - fields => ['bug_id', 'short_desc'], - order => ['bug_id'], - )->es_query -); -- cgit v1.2.3-24-g4f1b