my $rs = $schema->resultset('Thread')->search( {board_id => $board_id}, { join => qw/posts/, order_by => 'posts.timestamp DESC', } );