You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NestJS 10.3
Typeorm: 0.3.17
Is it possible to search for dates using mysql's STR_TO_DATE(str,format) function? I have defined a few columns as searchable, and it would be nice to pass in a format so the date format on the frontend can be used. I'm not sure if that's possible through this package or any of the ORMs supported by NestJS.
The text was updated successfully, but these errors were encountered:
We seem to apply the ilike operator. Since I don't know the specific MySQL feature you're talking about, maybe you can see how to implement this feature?
NestJS 10.3
Typeorm: 0.3.17
Is it possible to search for dates using mysql's
STR_TO_DATE(str,format)
function? I have defined a few columns as searchable, and it would be nice to pass in a format so the date format on the frontend can be used. I'm not sure if that's possible through this package or any of the ORMs supported by NestJS.The text was updated successfully, but these errors were encountered: