I have a RG setup that does a search for Thing and then uses constraints to filter the list. One of the constraints is a number field and I’ve found that if that field is empty on the Thing, it is not included in the result. Is there any way to resolve this? The “ignore empty constraints” checkbox doesn’t seem to help. Setting the value as 0 also won’t work in this case.
I believe that you will need to use a merge by combining your current search with a second search in the same data source. In your second search change “Number >= Slider’s value” to “Number is empty”. The merge is effectively an “or”.