program/include/rcube_ldap.php
@@ -767,7 +767,9 @@ } // use VLV pseudo-search for autocompletion if ($this->prop['vlv_search'] && $this->conn && join(',', (array)$fields) == 'name,firstname,surname,email') $rcmail = rcmail::get_instance(); if ($this->prop['vlv_search'] && $this->conn && join(',', (array)$fields) == join(',', $rcmail->config->get('contactlist_fields'))) { // add general filter to query if (!empty($this->prop['filter']) && empty($this->filter))