# SearchOptions

**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#L54)

Search query options

## Properties

| Property | Type |
|---|---|
| `organizationId` | `string` |
| `projectId` | `string` |
| `documentType` | `'workflow' | 'feature' | 'tutorial' | 'user_manual' | 'technical_ref'` |
| `category` | `string` |
| `difficulty` | `'beginner' | 'intermediate' | 'advanced'` |
| `audience` | `string` |
| `docVersionId` | `string` |
| `limit` | `number` |
| `offset` | `number` |
| `includeFacets` | `boolean` |
