Type error when using subquery in where
I get the type error:
whenever I'm creating this drizzle code:
The type error is on
ilike(tagsSubquery.tag,
%${searchTerm}%),
Any idea how to fix the type error?1 Reply
The query works but the type error is annoying