{%- extends "theming/base_component.html" -%} {%- block overview -%}

The facet component displays individual facet filter options, allowing users to refine search results and browse content by specific criteria. Facets are crucial for data discovery and exploration in CKAN, enabling users to filter datasets by organization, group, license, format, and other attributes.

The facet component typically displays the filter name, available options, and selection status. It works in conjunction with facet_list and facet_section components to create comprehensive filtering interfaces.

{%- endblock %} {%- block parameters -%}

Facet

{{ super() }}

Facet section

{{ parameters_table("facet_section") }} {%- endblock %}