Hi All, is there a way to sort documents in their ...
# community-help
s
Hi All, is there a way to sort documents in their insertion order through Search API, without having to add another numeric field in schema?
a
It's fairly simple to have unix timestamp field (and set it to current time at time of insertion) and sort by that, any reason not to include such a timestamp?