Karl Baum
unread,Sep 11, 2012, 7:33:58 AM9/11/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to rails...@googlegroups.com
Have a few rails_admin questions. Think i know the answers but wanted to double check;
1) Is it possible to add search filters by fields on nested models? For example, property belongs to city which has a name. Is it possible to filter properties by city#name?
2) When exporting to CSV, is it possible to export fields from nested models two levels deep? In my case, space belongs_to property which belongs to city. I would like to export the city name.
3) Is it possible to have search criteria joined together with "or" instead of "and". For example, i want to search all users with name michael or jon.
thx!
-karl