Is there any built-in function to sort an array, or even better, an associative array on the value or key? I didn’t see it in any of the docs. I’m having to use the registry to keep track of the search history since the app is specialized enough that using the global search history doesn’t make sense. Since I can only show about 9 items, I’d like to order them by the number of times they were searched for.
-Kaitlin
