Search: Fix the issue raised when trying to randomly determine Elasticsearch host but no hosts available.
16:23:01 GMT+0000
PHP array_rand() functions require a non-empty array, and it will raise a PHP warning in PHP 7.1-7.4 and a fatal error in PHP 8 in the case the array is empty.