in reply to Re^2: DBIx and ManyToMany Relationshipsin thread DBIx and ManyToMany Relationships
The search model is currently:
$c->stash( repos => [ $c->model('ORIdatabase::Repo') ->search( {}, #$what, { join => {'contentlinks' => 'content'} , prefetch => {'contentlinks' => 'content'} , rows => $params->{'limit'} } ) ] ); [download]
And buried at the end of the hash/object returned are the data fields the query returns...