private function setSearchEmpty($config = false)
    {
        // Turn off the the search empty option.
        if ($config === false) {
            Arr::set($this->config, 'search_empty', false);