IContentSearchResponse

Interface

Defines the interface format for content searches by extending ISearchResponse with a parameterized results list type of any. Includes query, paginated result count, and aggregations

Extends

Properties

Property Type Notes
count number
query string
aggregations Optional IContentAggregations

Interface defined in search/src/types/content.ts:93