vlad-ostrovski

Results 7 comments of vlad-ostrovski

I use ` @ApiProperty({ type: () => String, })` as a workaround for this problem. If you really think about it, what is a DateTime from a HTTP point of...

Your solution will not perform the required transformation on the `FindOperator`'s value, so eventually the query will be performed on the wrong (or rather unexpected), untransformed value. Or am I...

@ertl But i do need it to be transformed.. even if it's a FindOperator (JsonContains)

@ISary-ge Relevant to your PR (thanks for the feature btw)