mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:15 +01:00
* Addressbook/PostgreSQL: lettersearch in organisation-view allways returned empty
This commit is contained in:
parent
f46cb24198
commit
a52f9ccc4d
@ -143,7 +143,7 @@ class addressbook_sql extends so_sql_cf
|
||||
}
|
||||
if ($param['searchletter'])
|
||||
{
|
||||
$filter[] = 'org_name LIKE '.$this->db->quote($param['searchletter'].'%');
|
||||
$filter[] = 'org_name '.$this->db->capabilities[egw_db::CAPABILITY_CASE_INSENSITIV_LIKE].' '.$this->db->quote($param['searchletter'].'%');
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user