{% extends "layouts/public.html" %} {% block breadcrumbs %} {% endblock %} {% block content %}

RUFORUM · Repository search

Search the knowledge archive

Full-text search across titles, abstracts, authors, and indexed document content. Press / to focus the search.

{% comment %} FRREP-SR001/004 — author facet plus type/collection/language filters, mirroring browse.html's dynamic filter rail (all round-trip via HTMX). {% endcomment %}
More filters
{% if request.GET.author or request.GET.type or request.GET.collection or request.GET.language or advanced_filters_active %} Clear filters {% endif %}

{% if q %} {{ paginator.count|default:0 }} result{{ paginator.count|default:0|pluralize }} for “{{ q }}” {% else %} {{ paginator.count|default:0 }} document{{ paginator.count|default:0|pluralize }} indexed {% endif %} {% include "components/inline_spinner.html" with spin_id="repo-search-spin" %}

Advanced {% if user.is_authenticated and request.GET %} Save search {% endif %}
{% include "search/partials/search_results.html" %}
{% include "components/pagination.html" %}
{% include "components/repo_search_shortcut.html" %} {% endblock %}