You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-user@jakarta.apache.org by Jeremy Squiers <je...@medtronic.com> on 2002/09/18 19:16:10 UTC

webdav query

Is anyone doing a query with the slide classes?  I cannot figure out how 
to send a query such as:

<?xml version="1.0"?>
<D:searchrequest xmlns:D = "DAV:" >
<D:sql>
        SELECT "DAV:getcontentlength", 
               "urn:schemas-microsoft-com:office:office#Title", 
               "urn:schemas.microsoft.com:fulltextqueryinfo:rank"
        FROM SCOPE ('DEEP TRAVERSAL OF "/myworkspace/documents"')
        WHERE ("DAV:getcontentlength" &gt; 10000)
        RANK BY COERCION ( Absolute, 1000 )
        ORDER BY "DAV:getcontentlength" DESC
    </D:sql>
</D:searchrequest>

Please help!

-Jeremy Squiers




--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>