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

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

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

Tag filter {% for t in shell.tags if t.on %} {{ t.label }} {% endfor %} {% if not active_tags %}none — searching the whole store{% 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 mode

{% if raw_tags %}{% endif %}

{% if semantic_on %} Both are fused with RRF when the embedder is installed. No model call happens at lookup time. {% else %} Keyword (FTS5) leg only — semantic re-ranking is off. {% endif %}

Shortcuts

Focus search⌘K Next resultJ Copy citationC
{% endblock %}