mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 09:53:15 +00:00
Merge pull request #2498 from KallooaSan/PHRAS-1873_PORT_PHRAS-1685_dump_esquery
PHRAS-1873 PORT PHRAS-1685 dump esquery
This commit is contained in:
19
templates/web/prod/results/infos.html.twig
Normal file
19
templates/web/prod/results/infos.html.twig
Normal 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>
|
Reference in New Issue
Block a user