platanus / activeadmin_addons

Extends ActiveAdmin to enable a set of great optional UX improving add-ons
MIT License
759 stars 287 forks source link

Searching in an association #466

Closed kirqe closed 1 year ago

kirqe commented 1 year ago

Hi. How can I search by a column in the joined table It seems that its not possible

Participant
- person_id
- delegate name to: :person

Person
- name

f.input participant, as: :search_select, url: admin_participants_path, fields: [:name]