So unsorted searches sort the same way each time?

Since “sorted lists return a maximum of 50,000 results,” I’m trying to figure out if an unsorted search will return the results in the same order everytime it’s run.

That is, I don’t care HOW the list is sorted, but I do care if it sorted the same way each time.

Anyone know the answer there? Working with a 1M+ record set, so hard to test on smaller batches with confidence.

As far as i remember - default data sorting is made by date+time of things creation. So it should be the same

I’m pretty certain that’s the case