You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by David Kennedy <da...@us.ibm.com> on 2006/04/27 23:33:29 UTC

Is the xpath 'union' operator supported in jackrabbit?

Is the xpath 'union' operator supported in jackrabbit?  For example, 
/jcr:root/a/b/[@foo="bar"] union /jcr:root/a/c/[@foo="bar"].....or must 
this be done using 2 separate queries and merged by the user?  It appears 
I can use SQL with the jcr:path and the or conjunction to get this same 
result but in a single query.

David