Hi all,

I need to perform a search for properties from all versions of
version-controlled resources.

from DASL spec:

DAV:from

<!ELEMENT scope            (href, depth, include-versions?) >
<!ELEMENT include-versions EMPTY >

When the child element DAV:include-versions is present, the search scope
will include all versions (see [RFC3253], section 2.2.1) of all
version-controlled resources in scope. Servers that do support versioning
but do not support the DAV:include-versions feature MUST signal an error if
it is used in a query.

The query is:

<D:searchRequest xmlns:D="DAV:">
    <D:basicSearch>
        <D:select>
            <D:prop>
                <D:displayname />
            </D:prop>
        </D:select>
        <D:from>
            <D:scope>
                <D:href>/slide/archivos/Destinos/Fotos</D:href>
                <D:depth>infinity</D:depth>
                 <D:include-versions />
            </D:scope>
        </D:from>
            <D:where>
                <D:and>
                        ......
                </D:and>
            </D:where>
    </D:basicSearch>
</D:searchRequest>

The response is:

10:48:28,124 INFO [STDOUT]:write Thread-6, 16-jul-2004 10:48:28, nico,
SEARCH, 207 "Multi-Status", 47 ms, /

The result is empty, that is not what I was hoping, but this response is not
an error. My question is, Is include-versions option actually supported by
Slide search module ?

Regards,

Juan Andr�s.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to