mononobi/pyrin

[filtering]-Add support for inclusive and exclusive range filters

Opened this issue · 0 comments

Add support for inclusive and exclusive range filters.
range filters should be modified to allow the caller to request inclusive or exclusive range.
for example:
from_ -> inclusive from
to_ -> inclusive to

from_x_ -> exclusive from
to_x_ -> exclusive to