# SearchDocumentsDto

**Kind:** Class

**Source:** [`atloria-monorepo/apps/api/src/document/dto/search-document.dto.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/api/src/document/dto/search-document.dto.ts#L9)

DTO for searching documents with full-text and filters

## Properties

| Property | Type |
|---|---|
| `q` | `string` |
| `projectId` | `string` |
| `categoryId` | `string` |
| `state` | `DocumentState` |
| `type` | `DocumentType` |
| `author` | `string` |
| `dateFrom` | `string` |
| `dateTo` | `string` |
| `limit` | `number` |
| `offset` | `number` |
