Hi Nick,
Yes, I just came across this and did some debugging to see what the
cause is. By default, the searchable field is the referencing field
only (e.g. abstract_model_table.association_name_id). The searchable
fields are configurable, so you can add something similar to the
following in your list method in the config:
config.model do ParentModelName do
list do
field :association do
searchable [:association_field2, :association_field2]
end
end
end
The wiki covers this here (with an example):
https://github.com/sferik/rails_admin/wiki/List
in the Fields searching section.
~Steph
--
Steph Skardal
End Point, Corp
ph: 336-245-8807
st...@endpoint.com