Custom Filter - Multi-Select on Pivot
Struggling to get this filter to work... It only filters on a single value selected, but if I select multiple it's not applying the correct "OR" logic one would expect. This filter is on a table for a NoteResource. Notes belong to a Client, and Clients belong to a Program... the query I'm using worked fine in Laravel Nova for a multi-select filter, so not sure what Filament might be expecting to be different... help! π
1 Reply
Solution
Woops, need to using
whereIn()
when passing an array π€¦ββοΈ