Thank you very much :-)

Is it possible to make this propcontains caseless or case insensitive?

Also can you tell me how the uri should be defined in scope and in the request header? Where should the be a tailing slash - as long as I stick to "/" in request header and scope it works fine?

/jacob

----- Original Message ----- From: "Guido Casper" <[EMAIL PROTECTED]>
To: "Slide Users Mailing List" <[EMAIL PROTECTED]>
Sent: Wednesday, September 22, 2004 12:30 PM
Subject: Re: DASL - like



Jacob Lund wrote:
Thanks Guido!

Is this store independent?

Basically yes, but DASL performance heavily depends on the store. If you use JDBCStore you should put: <parameter name="use-rdbms-expression-factory">true</parameter>

into your store configuration.

Guido


/jacob

----- Original Message ----- From: "Guido Casper" <[EMAIL PROTECTED]>
To: "Slide Users Mailing List" <[EMAIL PROTECTED]>
Sent: Wednesday, September 22, 2004 10:33 AM
Subject: Re: DASL - like


Jacob Lund wrote:

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


No, but you may want to use:

<SLIDE:propcontains xmlns:SLIDE="http://jakarta.apache.org/slide/";>
  <D:prop>
    <D:displayname/>
  </D:prop>
  <D:literal>new</D:literal>
</SLIDE:propcontains>

instead (being proprietary of course).

HTH
Guido


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]




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


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




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



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



Reply via email to