# SearchDocument

**Kind:** Interface

**Source:** [`atloria-monorepo/apps/api/src/documentation/services/azure-search.service.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/api/src/documentation/services/azure-search.service.ts#L14)

Document to be indexed in Azure AI Search

## Properties

| Property | Type |
|---|---|
| `id` | `string` |
| `projectId` | `string` |
| `organizationId` | `string` |
| `documentType` | `'workflow' | 'feature' | 'tutorial' | 'user_manual' | 'technical_ref'` |
| `title` | `string` |
| `description` | `string` |
| `content` | `string` |
| `keywords` | `string[]` |
| `category` | `string` |
| `categoryId` | `string` |
| `categoryPath` | `string` |
| `collectionId` | `string` |
| `collectionName` | `string` |
| `parentDocumentId` | `string` |
| `parentDocumentTitle` | `string` |
| `breadcrumbs` | `string[]` |
| `difficulty` | `string` |
| `estimatedTime` | `string` |
| `audiences` | `string[]` |
| `createdAt` | `Date` |
| `updatedAt` | `Date` |
| `docVersionId` | `string` |
| `versionNumber` | `number` |
