{% extends "_base.html" %} {% from "_partials.html" import status_pill, fresh_label %} {% set active = 'search' %} {% block title %}trovex — search{% endblock %} {% block topbar_meta %} {{ "{:,}".format(total) }} docs indexed {% endblock %} {% block content %}

Ask once, get the canonical answer

one source of truth for your agents — semantic retrieval, freshness-aware, ranked by relevance

{# active tags travel with the form so q/kind/sort changes keep them #} {% for t in tags %}{% endfor %}
{% for at in active_tags %} {{ at.tag }} ✕ {% endfor %} {% if has_filters %} clear all ✕ {% endif %} esc clear · / focus · ↑↓ nav · open
{% include "_results.html" %}
{% endblock %}