{% extends "base.html" %} {% block title %}Advanced search — Waikiki{% endblock %} {% block content %}

Advanced search

Index (partition): all pages, or a parent page's sub-page partition. Exclude sub-pages restricts an all-pages search to top-level pages. Mode: hybrid = BM25 keyword + embeddings, keyword = BM25 only, semantic = embeddings only. {% if vec_off %}
Vector search is off (sqlite-vec not loaded) — modes fall back to keyword.{% endif %}

{% if q %}

{{ results | length }} result(s) for “{{ q }}” · {{ mode }} · {{ (indices | selectattr('key', 'equalto', index) | map(attribute='label') | first) or index }}.

{% endif %} {% endblock %}