SearchResults
SSR-rendered cross-site search results list. Renders a full, correct list from `docs`/`query` alone — the companion `SearchResultsEnhancer` island (see its own story) adds live client-side filtering on top.
SearchUsage
import { SearchResults } from "@zudo-sg/ui/src/search/search-results/search-results";
<SearchResults docs={docs} query="" />Default (no query)
With query
No results