Pontus Strand wrote:

Hi there,

I got a few questions regarding DASL.

1) Is it possible to do nested and/or/etc queries, like this:
Yes DASL allows this.
<D:searchrequest xmlns:D ="DAV:">
  <D:basicsearch>
    <D:select>
      <D:allprop/>
    </D:select>
    <D:from>
      <D:scope>
        <D:href></D:href>
      </D:scope>
    </D:from>
    <D:where>
      <D:and>
        <D:gt>
          <D:prop><D:some-property/></D:prop>
          <D:literal>A value</D:literal>
        </D:gt>
        <D:or>
          <D:eq>
            <D:prop><D:some-other-property/></D:prop>
            <D:literal>value</D:literal>
          </D:eq>
          <D:eq>
            <D:prop><D:yet-another-property/></D:prop>
            <D:literal>value</D:literal>
          </D:eq>
        </D:or>
      </D:and>
    </D:where>
    <D:orderby>
      ...
    </D:orderby>
    <D:limit>
      <D:nresults>x</D:nresults>
    </D:limit>
  </D:basicsearch>
</D:searchrequest>

I have rather hastily browsed through the documentation without finding any
information either way.

2) Is DAV:like (so we can do wildcard searches) still going to be in 2.2 of
Slide?
DAV:like is currently (i.e. on the CVS HEAD) only available for the
Lucene based indexer. I think for JDBC store this is currently not implemented.
When is 2.2 scheduled to be released?
Good question :-)
An updated roadmap could be
useful, or if that is too much work ... remove the old one (for 2.1).

Best regards,
Pontus Strand
Teleca OSS

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



--
Stefan Lützkendorf  --  [EMAIL PROTECTED]

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



Reply via email to