Sorting saved searches

Is there a way to sort the list of saved searches on the query builder
page by the name of the search, rather than the order in which the
searches were saved?

Is there a way to sort the list of saved searches on the query builder
page by the name of the search, rather than the order in which the
searches were saved?

I believe that would require a patch to sort in Named. Due to the way
that Attributes does preloading and caching, I’m not sure how just
adding a default OrderByCols would work without digging some more.

This is one of those things that will be much easier to fix when
SavedSearches stop being Attributes under the hood.