feat: implement basic search functionality with partial text matches

This commit is contained in:
2025-05-19 01:30:49 +02:00
parent 4da3729edb
commit ef7ec0fc33
3 changed files with 34 additions and 3 deletions

View File

@@ -7,8 +7,7 @@ namespace WebApp.DTOs;
public record class EventSearchDto
(
int? OrganisationId,
string? Title,
string? Description,
string? TitleOrDescription,
string? Location,
DateTime? EventDate,
ICollection<EventSkill>? EventSkills, // obecnie nie dotyczy