Kind: Class
Source: atloria-monorepo/apps/api/src/document/dto/search-document.dto.ts
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 |
Was this page helpful?