Stream: implementers
Topic: Query From - to last update
Roberth Blum (Apr 01 2020 at 10:36):
We are working on an API where we will allow the querying of _lastUpdated between times. I was thinking to do it like this ?_lastUpdated=geYYYY-MM-DDTHH:MM:SS&_lastUpdated=leYYYY-MM-DDTHH. However, we have limitations in our code which do not allow us to use the same search parameter twice in the query. How can we allow this in another manner?
Thanks!
Lloyd McKenzie (Apr 01 2020 at 14:05):
I don't think you can. The way you proposed is how the search is intended to be done. (I.e. you'll have to fix the limitation in your code somehow...)
Roberth Blum (Apr 02 2020 at 05:56):
Lloyd McKenzie said:
I don't think you can. The way you proposed is how the search is intended to be done. (I.e. you'll have to fix the limitation in your code somehow...)
Thanks, I will discuss this with our architect!
Last updated: Apr 12 2022 at 19:14 UTC