We have a date field where user can search for "is...
# community-help
e
We have a date field where user can search for "is on or before" as well as "is on or after" conditions. We are storing the date in unixtimestamp as the documentation suggested. Are
<=
>=
right operators to use for the above use case? Because, its not working; I am wondering if we are missing something.
j
Those are indeed the operators to use with the Unix timestamps stored as an int64 field.
Could you give me a set of curl commands like this that replicates the issue?
e
hey jason, looking into it. will revert soon on this.