When I am querying my table with the Like function, the result doesn't display different case results.
For example, if I am specify a filter "column like %washington" it doesn't display the result which has "Washington". How can I build my query in such a fashion that the results are displayed. I am connecting to a Postgres DB but I don't think dreamfactory supports the ILIKE function