{
  "name": "search-with-filters",
  "kind": "block",
  "primary": "col-ui",
  "page": "/catalog/ui-patterns/v050-form-blocks/v050-form-blocks.contents.html",
  "slots": [],
  "nested": [
    "tag-chips-filter"
  ],
  "attrs": {
    "gap": "3"
  },
  "html": "<col-ui gap=\"3\">\n      <search-ui placeholder=\"Search components, traits, patterns…\"></search-ui>\n      <row-ui gap=\"2\" align=\"center\" wrap><!-- nested: tag-chips-filter --></row-ui>\n      <text-ui size=\"sm\" color=\"subtle\">128 results · sorted by relevance</text-ui>\n  </col-ui>",
  "source": "catalog/ui-patterns/v050-form-blocks/v050-form-blocks.contents.html",
  "metadata": {
    "domain": "forms",
    "description": "Search bar with type-ahead results and facet filters for category, status, and date. Search input with filter chips/pills and result count.",
    "keywords": [
      "search",
      "bar",
      "filters",
      "facets",
      "chips",
      "pills",
      "query",
      "results",
      "type-ahead",
      "category",
      "status",
      "date",
      "search-filters",
      "facet-filters",
      "refine",
      "clear",
      "discovery"
    ]
  },
  "captured_at": "2026-06-07T19:28:13.657Z",
  "template": [
    {
      "id": "search-ui",
      "component": "search-ui",
      "placeholder": "Search components, traits, patterns…"
    },
    {
      "id": "text",
      "component": "Text",
      "color": "subtle",
      "size": "sm",
      "textContent": "Filter:"
    },
    {
      "id": "tag",
      "component": "Tag",
      "text": "Forms"
    },
    {
      "id": "tag-2",
      "component": "Tag",
      "text": "Data"
    },
    {
      "id": "tag-3",
      "component": "Tag",
      "text": "Layout"
    },
    {
      "id": "tag-4",
      "component": "Tag",
      "text": "Agent"
    },
    {
      "id": "tag-5",
      "component": "Tag",
      "text": "Navigation"
    },
    {
      "id": "button",
      "component": "Button",
      "size": "sm",
      "text": "Clear",
      "variant": "ghost"
    },
    {
      "id": "row-2",
      "component": "Row",
      "align": "center",
      "gap": "2",
      "wrap": true,
      "children": [
        "text",
        "tag",
        "tag-2",
        "tag-3",
        "tag-4",
        "tag-5",
        "button"
      ]
    },
    {
      "id": "row",
      "component": "Row",
      "align": "center",
      "gap": "2",
      "wrap": true,
      "children": [
        "row-2"
      ]
    },
    {
      "id": "text-2",
      "component": "Text",
      "color": "subtle",
      "size": "sm",
      "textContent": "128 results · sorted by relevance"
    },
    {
      "id": "root",
      "component": "Column",
      "gap": "3",
      "children": [
        "search-ui",
        "row",
        "text-2"
      ]
    }
  ]
}
