Thanks poj,
That is exactly what I was looking for!
I finally got it working using the code below, but your way is cleaner and less code!</p
my $results = $schema->resultset( 'People' )->search({ Name => { like => '%Franklin%' } }, if($results) { $results = $results->search( { Name => {like => '%Linsey%' } } ); } my @result_objs = $results->all;
Thanks again!
-Phil-
In reply to Re^2: Querying 2 Values Form 1 Column in DBIx::Class
by phildeman
in thread Querying 2 Values Form 1 Column in DBIx::Class
by phildeman
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |