sorting a "datetime" .. I guess we need to store i...
# community-help
e
sorting a "datetime" .. I guess we need to store it as a unix timestamp to be able to sort it?
k
Correct. Typesense does not have a datetime type, so you have to store it as a int64 value.
e
thanks
👍 1