You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-dev@jakarta.apache.org by Ryan Rhodes <ry...@hotmail.com> on 2004/09/02 07:53:20 UTC

DASL support for ?

I think I want to do a query like this:

 

<D:where>

<SLIDE:propcontains xmlns:SLIDE="http://jakarta.apache.org/slide/">

<D:any-other-property/>

<D:literal>Test</D:literal>

</SLIDE:propcontains>

</D:where>

 

And search all properties within the given scope for Test.  Can anyone
confirm that's what this operator is intended to do or is there another way?

 

I don't think this operator is currently supported.  I'm looking at the
expression stuff.  Is this very hard to add?

 

To be useful for me I would need to be able to limit the search to a
specific namespace where I want to put business properties.  Is there a way
to do that with this?

 

Thanks,

 

Ryan Rhodes