Commit 6dd1282e authored by Bart Vullings's avatar Bart Vullings

ZP-1275 Bugfix GAL does not work with DAViCal backend. Released under the...

ZP-1275 Bugfix GAL does not work with DAViCal backend. Released under the Affero GNU General Public License (AGPL) version 3.
parent 09493d72
...@@ -343,11 +343,14 @@ class carddav_backend ...@@ -343,11 +343,14 @@ class carddav_backend
<D:getetag/> <D:getetag/>
<C:address-data> <C:address-data>
<C:allprop/> <C:allprop/>
<C:prop name="EMAIL"/>
<C:prop name="FN"/>
<C:prop name="UID"/>
</C:address-data> </C:address-data>
</D:prop> </D:prop>
<C:filter test="anyof"> <C:filter test="anyof">
<C:prop-filter name="FN"> <C:prop-filter name="FN">
<C:text-match collation="i;unicode-casemap" negate-condition="no" match-type="contains">$pattern</C:text-match> <C:text-match collation="i;unicode-casemap" match-type="contains">$pattern</C:text-match>
</C:prop-filter> </C:prop-filter>
</C:filter> </C:filter>
<C:limit> <C:limit>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment