I'm trying to pull orders between two createTime(s) so my logic is filtering on createTime >= (TIME AS LONG) and createTime <= (TIME AS LONG).
So far, I'm finding it'll let me filter on one or the other but not both so I can pull orders with a createTime > TIME OR createTime < TIME.
Has anyone else ran across this and if so, how'd you get around it?
Thanks in advance!