franciskisiara/osmose

Deep Relation Filtering Feature

Closed this issue · 1 comments

Hello, maybe in the future there will be an opportunity to upgrade RelationshipFilter to deep filtering:

public function residue ()
{
    return [
        'role' => 'relationship:roles.abiltities,title'
    ]
}

@Kladislav this is under consideration and will be featured in one of the future releases.

EDIT: For now you can use the CallbackFilter to perform deep filters.