{% extends parent %} {% block title %}Search - Introspect{% endblock %} {% block content %}
{% if fts_loaded %} FTS Full-text search (BM25) active {% else %} FTS Full-text search unavailable — using ILIKE fallback {% endif %}
{{ results|length }}{% if has_next %}+{% endif %} result(s) for "{{ query }}"{% if page > 1 %} (page {{ page }}){% endif %}
{% endif %} {% if results %}| Project | Branch | Title | Date | Duration | Model | Role | Snippet | Score |
|---|---|---|---|---|---|---|---|---|
| {{ r.project }} | {{ r.branch }} | {{ r.title or '(no title)' }} | {{ r.date }} | {{ r.duration }} | {{ r.model }} | {{ r.role }} | {{ '%.4f'|format(r.score) if r.score is not none else '' }} |
No results found.