sbarriba wrote:
Has anyone hit issues with running a query like
"select * from acme:Object where jcr:path LIKE '/home/folder1/%' or jcr:path
LIKE '/home/folder2/%'"

jackrabbit does not support these kind of queries. Using SQL in jackrabbit you can basically restrict the scope to the descendants of a node or the children of a node.

regards
 marcel

Reply via email to