can you use..

my $a_rs = $schema->resultset('B')->search( { 'me.name' => { like =>
'sometext%' } } );

You know, I could have sworn that I tried that and it didn't work but
just trying that now and it works fine. I might have tried to use the
table name instead of the alias.

Anyway, works great. Thanks for the tip -- appreciate the help!

Dan

_______________________________________________
List: http://lists.rawmode.org/cgi-bin/mailman/listinfo/dbix-class
Wiki: http://dbix-class.shadowcatsystems.co.uk/
IRC: irc.perl.org#dbix-class
SVN: http://dev.catalyst.perl.org/repos/bast/trunk/DBIx-Class/
Searchable Archive: http://www.mail-archive.com/[email protected]/

Reply via email to