17 lines
516 B
XML
17 lines
516 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<C:addressbook-query xmlns:D="DAV:"
|
|
xmlns:C="urn:ietf:params:xml:ns:carddav">
|
|
<D:prop>
|
|
<D:getetag/>
|
|
</D:prop>
|
|
<C:filter test="anyof">
|
|
<C:prop-filter name="FN">
|
|
<C:text-match collation="i;unicode-casemap"
|
|
match-type="contains"
|
|
>daboo</C:text-match>
|
|
</C:prop-filter>
|
|
</C:filter>
|
|
<C:limit>
|
|
<C:nresults>2</C:nresults>
|
|
</C:limit>
|
|
</C:addressbook-query> |