mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-08-01 13:49:28 +00:00
cardquery: typo, ends-with has wildcard in front
This commit is contained in:
parent
29e2dbfe92
commit
76e540fb0a
@ -151,7 +151,7 @@ function SqlFilterCardDAV( $filter, $components, $property = null, $parameter =
|
||||
$search = $search.'%';
|
||||
break;
|
||||
case 'ends-with':
|
||||
$search = $search.'%';
|
||||
$search = '%'.$search;
|
||||
break;
|
||||
case 'contains':
|
||||
default:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user