in reply to Re^3: DBIx and ManyToMany Relationships
in 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'} } ) ] );
And buried at the end of the hash/object returned are the data fields the query returns...
|
|---|