Operating Countries - Filter (many-to-many association)
0
Hi guys, I'd like to filter a list of lawyers by operating countries. On the domain model, countries have a many to many association with law firms, thus I cannot use a dropdown_dynamic type of widget. Wondering how you'd go about creating a filter where you can input at least one country and have it show relevant results. Thanks.