mirror of
https://github.com/vrana/adminer.git
synced 2025-08-13 10:04:07 +02:00
Elasticsearch: sort as strings
This commit is contained in:
@@ -204,7 +204,7 @@ if (isset($_GET["elastic"])) {
|
||||
$return = $connection->rootQuery('_aliases');
|
||||
if ($return) {
|
||||
$return = array_keys($return);
|
||||
sort($return);
|
||||
sort($return, SORT_STRING);
|
||||
}
|
||||
return $return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user