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

贡献者指南