`{ OR: [] }` condition is ignored when combined with other conditions · Issue #17367 · prisma/prisma · GitHub
DRANK
Bug description In view of logics, an empty OR condition ({ OR: [] }) should return nothing. For simple cases, this is correctly implemented by Prisma. (cf. #4784 (comment) ) However, if the { OR: ...