fixed
id is now a secondary sort property
1 day ago by Rich Steinmetz
When sorting by a property that may have exact matches, like updated_at
, in the past, the order might not have been deterministic. Now, we have our sequential id
as a second sort property. Nothing changes if you were just sorting by id
(which is still the default sort property).