{{ hits | length }} hit(s) for "{{ query }}"
{% set groups = {} %} {% for h in hits %} {% if h.session_id not in groups %} {% set _ = groups.update({h.session_id: []}) %} {% endif %} {% set _ = groups[h.session_id].append(h) %} {% endfor %}No matches for "{{ query }}".
{% endif %} {% else %}Enter a query to search across all sessions.
{% endif %}