mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:15 +01:00
"fixed not working letter-search filter if DB is postgres, thanks to Larquère Laurent <llarquere(at)aacom.fr>"
This commit is contained in:
parent
7888b3f616
commit
b491fe8312
@ -769,7 +769,7 @@ class addressbook_ldap
|
||||
}
|
||||
}
|
||||
// filter for letter-search
|
||||
elseif (preg_match("/^([^ ]+) LIKE '(.*)%'$/",$value,$matches))
|
||||
elseif (preg_match("/^([^ ]+) I?LIKE '(.*)%'$/",$value,$matches))
|
||||
{
|
||||
foreach($this->schema2egw as $mapping)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user