mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-26 18:42:49 +00:00
Searching on the last day of a month (e.g. 2026-07-31) built an invalid "next day" string like "2026-07-32" for the Prisma date-range filter, crashing POST /search with a PrismaClientValidationError in production. Affected searchSchedules, searchAlternatives, classifyEmptySearch, and searchTransitOptions — all four built the bound the same way. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>