Hello,
One of my datatypes has a field which is a list of things.
I need to apply a filter to this list. Some of these filters (correct me if I’m wrong) can be applied by the server. Such as “Date>Current date time” & “Field= yes/no”, but i also have an advanced filter that needs to be applied client-side.
Is bubble capable of applying the server filters and then sending the last filter to be applied by the client?
OR would it be best to use “List:filtered:filtered”
Where the first filter has the server-side filters and the second filter has the client-side filters?
Thanks