qqqqqqqqqqqqqqqqqqqqqqqqqqqqqu08dsyxz98whc
is one out of possibly many tx which have whc
substring in output address,
I would like to find such outputs for 2018-08
using bitdb query lang similar to mongodb,
{
"v": 3,
"q": {
"find": {
"out.e.a": { "$regex": "whc$" },
"blk.t": {
"$gte": "2018-08-01T00:00:00Z",
"$lte": "2018-08-31T00:00:00Z"
}
},
"limit": 1
}
}
Unfortunately I'm not getting any result for such query Is there some syntax issue which prevents correct results?