Overview
The search resource provides full-text search across all framework content — articles, recitals, and requirements. Results include amatchContext snippet showing the matched text in context.
Methods
query()
Execute a full-text search and return a page of results.
Returns
Promise<Page<SearchResult>>
iter()
Iterate over all search results without managing pagination.
query() (except page, which is managed internally).
Returns AsyncGenerator<SearchResult>
