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.