PHRAS-1873 PORT PHRAS-1685 dump esquery

This commit is contained in:
Sandeep
2018-03-01 09:20:57 +04:00
parent 00be9e51b0
commit 98911772b7
2 changed files with 31 additions and 14 deletions

View File

@@ -0,0 +1,19 @@
<div id="explainResults" class="myexplain">
<img src="/assets/common/images/icons/answers.gif" />
<span>
<b>
{% set total = results.getTotal() %}
{% trans %}reponses:: %total% Resultats{% endtrans %}
</b>
</span>
<br>
<div>
{{ results.getDuration() / 1000 }} s
</div>
dans index {{ results.getIndexes() }}
{% if not(esquery is null) %}
<div>
<pre>{{ esquery }}</pre>
</div>
{% endif %}
</div>