Use the same hard-coded fields for vlv-based autocompletion as in steps/mail/autocomplete.inc

pull/14/head
Thomas Bruederli 12 years ago
parent 27bcb0026e
commit 5bc1233de8

@ -767,7 +767,7 @@ class rcube_ldap extends rcube_addressbook
}
// use VLV pseudo-search for autocompletion
if ($this->prop['vlv_search'] && $this->conn && join(',', (array)$fields) == 'email,name')
if ($this->prop['vlv_search'] && $this->conn && join(',', (array)$fields) == 'name,firstname,surname,email')
{
// add general filter to query
if (!empty($this->prop['filter']) && empty($this->filter))

Loading…
Cancel
Save