See http://search.cpan.org/~ilmari/SQL-Abstract-1.84/lib/SQL/Abstract.pm#Logic_and_nesting_operators
pojmy @results = $schema->resultset( 'People1' )->search({ Name => [ -and => {-like => '%Franklin%'}, {-like => '%Linsey%'}] } );
In reply to Re: Querying 2 Values Form 1 Column in DBIx::Class
by poj
in thread Querying 2 Values Form 1 Column in DBIx::Class
by phildeman
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |