New Feature : Pivot Filter
Permit to filter a list using a Many-to-Many relation table.
For instance, in the 'Cities' table, the user is able to filter on 'Travellers'
The pivot table is 'Visits', which contains a FK to a City, and a FK to a Traveller.
This filter is multi-selection. It means that you can concat multiple values into the filter.
Documentation