From 1ad85fd04a2268a660fbf35068e730dda917d137 Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Fri, 17 Mar 2017 16:53:57 -0400 Subject: Bug 1307485 - Add code to run a subset of buglist.cgi search queries against the ES backend This not the cause of test failures, so should live on in master now. --- template/en/default/list/list.html.tmpl | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'template/en') diff --git a/template/en/default/list/list.html.tmpl b/template/en/default/list/list.html.tmpl index 5e154f5df..051382a21 100644 --- a/template/en/default/list/list.html.tmpl +++ b/template/en/default/list/list.html.tmpl @@ -317,5 +317,13 @@ [% ELSE %] [% bugs.size %] [%+ terms.bugs %] found. [% END %] + [% IF elastic %] +
+ ElasticSearch took [% elastic_query_time FILTER html %] seconds. + Try without ElasticSearch + [% ELSIF was_elastic %] +
+ Search took [% query_time FILTER html %] seconds. + [% END %] [% END %] -- cgit v1.2.3-24-g4f1b