SelectFilter search in multiple columns - Is this intended
Hello,
I am working on a resource where i am looking into filtering and i found out that a SelectFilter can't searech in multiple columns. The clasic User having
first_name
and last_name
Is this an intended functionality?
As seen bellow, i replicated that functionality using a Filter with a Select inside but it looks like too much trouble for just a simple search in multiple columns
Am i thinking of this the wrong way? Should we improve on the filter? What you thing?
Solution:Jump to solution
Not sure whether it's intended. I think it just wasn't needed yet, so nobody implemented it. General recommendation is to use a virtual column on your DB for full_name
2 Replies
Solution
Not sure whether it's intended. I think it just wasn't needed yet, so nobody implemented it. General recommendation is to use a virtual column on your DB for full_name
Oh, yeah that is even better. Thanks