mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
* Addressbook/PostgreSQL: lettersearch in organisation-view allways returned empty
This commit is contained in:
parent
3c840294a2
commit
6d3776f2ec
@ -134,7 +134,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