Using Field Filters on CSV's ERROR: operator does not exist: character varying = boolean

I've been digging further into this issue and found a related question that solved my problem:

For me, I was not setting my query correctly within the where clause. it should have been set to:

select *
from
mytable
[[where  {{name}} ]]

Please review the help documentation outlined in the related question. It has the answers :slight_smile: