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?