Is it safe to pass a string directly into a like condition, or does it have to be quoted or parameterized somehow? ```ts where(like(entries.text, `%${filters.search}%`)) ```