Elasticsearch: sort databases

This commit is contained in:
Gargaj 2014-09-06 01:44:31 +02:00 committed by Jakub Vrana
parent 024d73934f
commit c38f25b5d6

View file

@ -194,6 +194,7 @@ if (isset($_GET["elastic"])) {
$return = $connection->rootQuery('_aliases');
if ($return) {
$return = array_keys($return);
sort($return);
}
return $return;
}