@here can we sort the data based on date range in ...
# community-help
a
@here can we sort the data based on date range in typesense ??
j
Yup, you want to store the dates as Unix timestamp in an int64 field in Typesense, and then you can use sort by that numerical field using
sort_by
a
hi @Jason Bosco I had tried .but faced problem .this is the correct way ??