diff options
author | Dylan William Hardison <dylan@hardison.net> | 2017-03-14 00:23:22 +0100 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2017-03-14 16:13:30 +0100 |
commit | ac85576a8799ec12036bfb8bb93ac48f96830f1f (patch) | |
tree | 769db0131ede6f433594da5286b552a694cd6d4e /template/en/default/list | |
parent | c56b9339af827fea16217832d93b266a27294acf (diff) | |
download | bugzilla-ac85576a8799ec12036bfb8bb93ac48f96830f1f.tar.gz bugzilla-ac85576a8799ec12036bfb8bb93ac48f96830f1f.tar.xz |
Revert "Bug 1307485 - Add code to run a subset of buglist.cgi search queries against the ES backend"
This reverts commit 9c26c01867ca3e2af1e70c051140eea59c68c500.
Diffstat (limited to 'template/en/default/list')
-rw-r--r-- | template/en/default/list/list.html.tmpl | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/template/en/default/list/list.html.tmpl b/template/en/default/list/list.html.tmpl index 051382a21..5e154f5df 100644 --- a/template/en/default/list/list.html.tmpl +++ b/template/en/default/list/list.html.tmpl @@ -317,13 +317,5 @@ [% ELSE %] [% bugs.size %] [%+ terms.bugs %] found. [% END %] - [% IF elastic %] - <br> - ElasticSearch took [% elastic_query_time FILTER html %] seconds. - <a href="buglist.cgi?[% urlquerypart FILTER html %]&elastic=0">Try without ElasticSearch</a> - [% ELSIF was_elastic %] - <br> - Search took [% query_time FILTER html %] seconds. - [% END %] </span> [% END %] |