Files
stack/apps
Jason WoltjeandClaude Opus 4.6 bb6e08208c fix(SEC-API-21): Add DTO validation for semantic/hybrid search body
Replace inline type annotations with proper class-validator DTOs for the
semantic and hybrid search endpoints. Adds SemanticSearchBodyDto,
HybridSearchBodyDto (query: @IsString @MaxLength(500), status:
@IsOptional @IsEnum(EntryStatus)), and SemanticSearchQueryDto (page/limit
with @IsInt @Min/@Max validation). Includes 22 new tests covering DTO
validation edge cases and controller integration.

Co-Authored-By: Claude Opus 4.6 <[email protected]>
2026-02-06 13:35:06 -06:00
..