class ScopedSearch::QueryBuilder::PostgreSQLAdapter

The PostgreSQLAdapter make sure that searches are case sensitive when using the like/unlike operators, by using the PostrgeSQL-specific ILIKE operator instead of LIKE.