ilike


Description:

public Search<G> ilike (string column, ...) throws SearchError

Add an ilike check to the search, is equivalent to WHERE foo ILIKE 'bar', but will only work with PostgreSQL. Values must not be null or nullable.

Parameters:

column Column name