Hi, trying to use the Kodaro driver as Haystack API endpoint. So far the about op works fine however the read op is returning an error
ver:"3.0" dis:"org.projecthaystack.ParseException: Unexpected token: eof [line 1]" errTrace:"org.projecthaystack.ParseException: Unexpected token: eof [line 1]\n at org.projecthaystack.io.HZincReader.err(HZincReader.java:391)\n at org.projecthaystack.io.HZincReader.err(HZincReader.java:390)\n at org.projecthaystack.io.HZincReader.parseVal(HZincReader.java:172)\n at org.projecthaystack.io.HZincReader.readVal(HZincReader.java:78)\n at org.projecthaystack.io.HZincReader.readGrid(HZincReader.java:92)\n at com.kodaro.haystack.device.ops.BHaystackReadOp.read(BHaystackReadOp.java:100)\n at com.kodaro.haystack.device.ops.BHaystackReadOp.op(BHaystackReadOp.java:77)\n at com.kodaro.haystack.device.ops.BHaystackDeviceOps.asyncOp(BHaystackDeviceOps.java:513)\n at com.kodaro.haystack.device.ops.BHaystackDeviceOps.access$000(BHaystackDeviceOps.java:27)\n at com.kodaro.haystack.device.ops.BHaystackDeviceOps$HaystackWebOp.run(BHaystackDeviceOps.java:652)\n at javax.baja.util.ThreadPoolWorker$WorkerThread.run(ThreadPoolWorker.java:279)\n" err
I note that the docs mention to use NEQL format for the filter but there is no examples that I could find of how this would look. Could you please assist on whether this is an issue with my filter format or something else?