Hi,
At the moment, when we add contraints to a list filter (or a search for…), the constraints are AND’ed with each other.
this means that ALL contraints need to be satisfied in order to get a result.
the below example will return all results where both RepAgenti = yes AND RepAreamanager = yes.
It would be awesome to have an option to put the constraints in OR with each other. I’d like the list filter to return all results that have RepAgenti = yes OR RepAreamanager = yes.
this is a feature that would help in a huge number of different situations.
I know there are workarounds for this, but it would be much cleaner to have an official Bubble feature.