SQLITE_ERROR: near "ilike": syntax error
I've currently setup an my SQL query as follows:
However, I am seeing this error:
However, I am seeing this error:
SQLITE_ERROR: near "ilike": syntax error ... the search term is validated as a string, and I am using the %{search}% syntax, I'm wondering if this is a bug or is there something quirky I need to do to get ilike to work? (I've imported) ...