Uses the existing Whoosh index. Supports AND, OR, NOT, and "exact phrase".
{% else %}
Keyword search is disabled.
This vault does not have a Whoosh full-text index. Create one from the
documents already in the vault to enable exact-match search.
{% endif %}
Building full-text index…
Refreshing vault connections and searching exact matches...
{% set results_note = "Keyword matches are ranked by the Whoosh full-text index." %}
{% set score_help = "Whoosh relevance score for the keyword query." %}
{% set no_results_hint = "Keyword search matches exact word forms only (no stemming), so \"apple\" will not match \"apples\". Try the exact form that appears in your documents, or use Semantic Search for meaning-based matches." %}
{% include "_search_results.html" %}
{% include "_document_modal.html" %}
{% include "_search_interactions.html" %}
{% endblock %}