Closed vcuculo closed 2 years ago
Following the resolution of issue #16 , it would be useful to replicate the filtering feature also for
economicEvents
. Query is already present, but seems to ignore the parameters. in particularaction
,startDate
,endDate
andreceiverId
.query{ economicEventsFiltered(action:"transfer", receiverId:"01FKQVX0JNWE9QNX437SKTPSTM", startDate:"2022-01-01T13:21:31.335000Z", endDate:"2022-01-10T14:21:31.335000Z"){ id } }
Hi, Vittorio.
Thanks for reporting. I'll work on it and report you back! ^^
Cheers, srfsh
I've fixed this in the latest image I released. Can you test the changes? It is also live on http://reflow-demo.dyne.org:4000.
Perfect, thank you!
Following the resolution of issue #16 , it would be useful to replicate the filtering feature also for
economicEvents
. Query is already present, but seems to ignore the parameters. in particularaction
,startDate
,endDate
andreceiverId
.