Kind: Interface
Source: atloria-monorepo/apps/api/src/documentation/services/azure-search.service.ts
Search response with facets
Properties
| Property | Type |
|---|---|
results | SearchResult[] |
total | number |
facets | `{ |
documentType?: Record<string, number>; category?: Record<string, number>; difficulty?: Record<string, number>;
}` |
Was this page helpful?