{% extends "base.html" %} {% block title %}Search - SupportHub{% endblock %} {% block content %}
{# Header #}

Search

{# Search container #}
{# Search input #}
search
{# Filters row #}
{# Extended toggle #}
{# Status chips #}
{# Product dropdown #}
{# Index status #} {% if rag_enabled and index_count > 0 %}
check_circle {{ index_count | int }} threads indexed
{% elif not rag_enabled %}
warning RAG disabled — semantic search unavailable
{% endif %}
{# Results area #}
{# Initial state #}
manage_search

Search your support history

Describe an issue in natural language to find related tickets

{# Results container #} {# No results #} {# Error state #}
{% endblock %}