-
Matt Butcher authored
I recently added a test to check the sorting of search results. Unfortunately, the test didn't actually sort the results (_sigh_), so it was failing occasionally on map ordering. This adds the sort function that is supposed to be tested. Closes #1925