We have been using Natural Query Interface API quite a lot in our plant.
Users like the flexibility and we like the control we have over what they are doing in our HAPI client.
However, there is an issue we have with it.
Link: https://code.kx.com/q/wp/query-interface/
Queries like:
H) select last publishTime from tableName where date within(.z.D-5;.z.D)
Return something like :
publishTime
---------------------
2024.01.14D23:59:59
2024.01.15D16:00:00
Query is executed once on the rdb and once on the hdb.
I have tried fixing this in the past, but my fix was also preventing any other duplicates (real duplicates that we were interested in).
Has anyone fixed this issue? If yes, what are your suggestions?
Thank you