mirror of
https://github.com/GCMatters/hermes.git
synced 2026-02-04 05:30:13 +01:00
feat: implement basic search functionality with partial text matches
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user