{% extends "base.html" %} {% from "_partials/status.html" import status %} {% block main %}

{% if q %}Results for “{{ q }}”{% else %}Search{% endif %}

{{ results | length }} sections · budget {{ budget }} tk · scope hub federation

{% if active_tags %}
Filter {% for t in active_tags %}{{ t }}{% endfor %}
{% endif %}
{% for r in results %}
{{ r.citation }} {{ status(r.status) }} {{ r.match_mode }} {{ r.tokens }} tk

{{ r.title }}

{{ r.body_html | safe }}
{% else %}
{% if not shell.hub_ok %}

Hub unreachable — the federation is the only read source.

{% else %}

No matching section found.

Try dropping tags or changing keywords.

{% endif %}
{% endfor %}
{% endblock %} {% block rail %}

Token budget

{% if raw_tags %}{% endif %}
200{{ budget }} tk8000

Match modes

Keyword (FTS5) and semantic (KNN) legs are fused with RRF when the embedder is installed. No model call happens at lookup time.

Shortcuts

Focus search⌘K
{% endblock %}