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
Adarsh Jagannatha
03/03/2022, 2:54 PM
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?