{% extends "layouts/docs_search.html" %} {% block catalog_article %} {% set section_options = search_sections | default([]) %} {% set active_section = search_section | default('') %} {% set active_mount = search_mount | default('') %} {% set active_tag = search_tag | default('') %} {% set active_channel = search_channel | default('latest') %} {% set global_search = search_global | default(false) %}

Layered catalog search

{{ page_count | default(0) }} pages indexed · scope with mounts, sections, topics, and editions

{% if active_mount %} {% end %} {% if active_tag %} {% end %} {% if active_channel and active_channel != 'latest' %} {% end %}
{% if section_options | length > 1 %}
{% end %}
{% include "partials/search_workspace_panel.html" %}
{% block search_results %}
{% include "partials/search_results.html" %}
{% end %} {% end %}