Is it possible to query for unbounded/not set range fields?

I have an age_range field of type float_range. I'm looking to excluded dual unbounded range values (both upper and lower bounds are not set - ie null). I'm using range queries, playing with within, intersects, and contains. I'm not grokking this problem.

Specifically, I want to query on a valid range, but exclude anything unbounded (ie not set).

I can't figure out if this is possible?

I can only surmise that this is not possible - should I create a Github issue for this?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.