mirror of
https://codeberg.org/icewind/SearchDAV.git
synced 2026-06-03 17:44:06 +02:00
23 lines
436 B
XML
23 lines
436 B
XML
<?xml version="1.0"?>
|
|
<d:searchrequest xmlns:d="DAV:">
|
|
<d:basicsearch>
|
|
<d:select>
|
|
<d:prop>
|
|
<d:getcontentlength/>
|
|
</d:prop>
|
|
</d:select>
|
|
<d:from>
|
|
<d:scope>
|
|
<d:href>/container1/</d:href>
|
|
<d:depth>infinity</d:depth>
|
|
</d:scope>
|
|
<d:scope>
|
|
<d:href>/container2/</d:href>
|
|
<d:depth>1</d:depth>
|
|
</d:scope>
|
|
</d:from>
|
|
<d:where>
|
|
<d:is-collection/>
|
|
</d:where>
|
|
</d:basicsearch>
|
|
</d:searchrequest>
|