You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@jackrabbit.apache.org by Ron Piterman <rp...@gmx.net> on 2006/11/10 20:00:08 UTC

question about query results

Hi all,

Say I use an xpath query whos last item is a resolved reference -

Say there are many nodes in the path that reffer the same node -

will the query result contain multiple lines containing the same node?

for example:

if author is a reference from book.

/jcr:root/books/book/jcr:deref(@myapp:author, 'myapp:person')

say many books have the same author - will this author apear multiple 
times in the query result ?

Cheers,
Ron