{{ "%.3f"|format(hit.score) }}
{{ hit.snippet|safe if hit.snippet else hit.doc.body[:220] }}
{% for tag in hit.doc.tags %}
{{ tag }}
{% endfor %}
Inspect retrieval behavior across lexical, fuzzy, semantic, and hybrid modes.
{{ hit.snippet|safe if hit.snippet else hit.doc.body[:220] }}