Select filter for has many or has many through
I've tried everything - every single combination I can think of - query() method won't apply to the query, ever, baseQuery when using a custom attribute complains about the relationship being a hasMany, despite the fact that I'm providing the field to be usable (contributors.user_id) and using the relationship() method on the SelectFilter won't work with HasManyThrough.
I've been at this for days now, and am completely stumped. It seems like there's either a bug here, or too much of an opinionated view on how select filters can/should be used.
0 Replies