avo-hq/avo

Toggle off filters and search for has_many associations

開放

#2,035 建立於 2023年11月16日

 (2 則留言) (0 個反應) (0 位負責人)Ruby (308 個分叉)user submission
DSL-relatedEnhancementGood first issueTask

倉庫指標

星標
 (1,778 顆星)
PR 合併指標
 (平均合併 1天 6小時) (30 天內合併 67 個 PR)

描述

You may not want to allow the users to search or filter records on the has_many, but leave the search on the Index view.

### Approach
- [ ] Add a `features` option on the `has_many` that is a hash
- [ ] The hash should take `filters: Boolean`, `dynamic_filters: Boolean` or `search: Boolean` options
- [ ] Those options should toggle on/off those features on has many

貢獻者指南