Does the slide (2.1) implementation of DASL support like?

I am trying the following request:
<D:searchrequest xmlns:D="DAV:">
   <D:basicsearch>
       <D:select>
           <D:allprop/>
       </D:select>
       <D:from>
           <D:scope>
              <D:href>/</D:href>
               <D:depth>infinity</D:depth>
           </D:scope>
       </D:from>
       <D:where>
           <D:like>
               <D:prop>
                   <D:displayname/>
               </D:prop>
               <D:literal>new%</D:literal>
           </D:like>
       </D:where>
   </D:basicsearch>
</D:searchrequest>

Slide returns following:
22 Sep 2004 10:18:48 - org.apache.slide.common.Domain - WARNING - operator <DAV::like> is an unprocessable entity
http-81-Processor25, 22-sep-2004 10:18:48, root, SEARCH, 422 "Unprocessable Entity", 109 ms, /


/jacob


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



Reply via email to