Context: Content SDK v2.0 introduces `@sitecore-content-sdk/search` as a new first-class package. The kit starters (article, location, product, skate-park) have content models where search adds genuine demo value — searching articles, finding locations, filtering products. Integrating search into these starters would demonstrate a complete content delivery story and reduce the effort for new developers to add search to their projects.
Steps:
1. Complete the Content SDK v2.0.1 upgrade first.
2. Add `@sitecore-content-sdk/search` to the kit starters where search is most natural (article-starter, product-listing).
3. Create a search component that demonstrates basic search functionality.
4. Add search to the starter's navigation or a dedicated search page.
5. Document configuration requirements (Edge Context ID for search, any Sitecore CMS search source setup).
Acceptance criteria:
At least 2 kit starters include a working search integration
Search component follows Content SDK v2 patterns
Setup documentation explains search prerequisites
Risks: Search requires Sitecore Search configuration in the CMS. Starters need to work both with and without search configured — the search component should degrade gracefully if no search source is available.