activerecord-hackery / ransack_demo

A demo app using Ransack to create advanced search forms.

Home Page:http://ransack-demo.herokuapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Select for associations

ribanez7 opened this issue · comments

Hi hackery team,

Is it possible to use this advanced search style, but offering a select field for associations? I was thinking on something like displaying the available cities if you want to filter by city. This way, we would avoid selecting "city > name > contains > text"

Thanks!