select * from "products" where (LOWER(title COLLATE "en_US") LIKE %1% or LOWER(description COLLATE "en_US") LIKE %1% ) and "products"."deleted_at" is null and "item_type" = 0
SQLSTATE[42704]: Undefined object: 7 ERROR: collation "en_US" for encoding "UTF8" does not exist LINE 1: select * from "products" where (LOWER(title COLLATE "en_US")