Skip to content

Commit

Permalink
Search Analytics: show results and queries (#365)
Browse files Browse the repository at this point in the history
* Search Analytics: show results and queries

Improve how we show the results the query returned and also how many times users
have searched for that particular query)

* Feedback from review
  • Loading branch information
humitos authored Jun 10, 2024
1 parent e2f3f67 commit 0026e37
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,17 +54,17 @@
{% block list_item_right_menu %}
<div class="ui right floated text menu">
<div class="item">
{% blocktrans trimmed count num=object.1 %}
{{ num }} result
{% plural %}
{{ num }} results
{% endblocktrans %}
{% blocktrans trimmed count num=object.1 %}{{ num }} query{% plural %}{{ num }} queries{% endblocktrans %}
</div>
</div>
{% endblock list_item_right_menu %}

{% block list_item_header %}
{{ object.0 }}
<div class="sub header">
{% blocktrans trimmed count num=object.2 %}{{ num }} result{% plural %}{{ num }} results{% endblocktrans %}
</div>

{% endblock list_item_header %}

{% block list_item_meta %}
Expand Down

0 comments on commit 0026e37

Please sign in to comment.