I'm moving from Class::DBI::Sweet to DBIx::Class. One of the features I find really useful in Sweet is the ability to do $class->search( {...}, { cmp => 'like' }); instead of using a separate method e.g. search_like(). Any reason why this isn't supported in DBIx::Class? If not, could it be added please?