On Mon, Apr 11, 2016 at 12:52 PM, Robert Brown <r...@intelcompute.com> wrote: > Hi, > > When I perform a range query of ['' TO *] to filter out docs where a > particular field has a value, this does what I want, but I thought using the > square brackets was inclusive, so empty-string values should actually be > included?
They should be. Are you saying that zero length values are not included by the range query above? -Yonik