I am using yajra datatables in Laravel for a while but I have a problem with search on postgreSQL.
Every time I want to search something I get
SQLSTATE[42601]:Syntax error:7 ERROR zero-length delimited identifier at or near """" LINE 1: name as TEXT))...
I suppose that is because different search query on postgreSQL but don't know where to change that and how to setup correctly