From 50fc9d77128db4f8565265047166c6ef61bac5c5 Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Tue, 7 Mar 2017 17:47:36 -0500 Subject: Bug 1307485 - Add code to run a subset of buglist.cgi search queries against the ES backend --- template/en/default/list/list.html.tmpl | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'template/en/default/list') diff --git a/template/en/default/list/list.html.tmpl b/template/en/default/list/list.html.tmpl index 1c49fee98..724802e3d 100644 --- a/template/en/default/list/list.html.tmpl +++ b/template/en/default/list/list.html.tmpl @@ -316,5 +316,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