[Dbix-class] search() with "cmp" attribute

Will Hawes info at whawes.co.uk
Sat Jan 7 19:08:07 CET 2006


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?



More information about the Dbix-class mailing list