David Moss wrote:
Is it possible to
search all children of a node (documents _and_ references) with a single
search string?

no, unfortunately not. you either have to:

- execute two queries, one for nt:files and one with dereferenced nt:linkedFiles

OR

- do a basic query for all nt:resource nodes and then do some post processing based on the path of the returned resources *and* the paths of the references pointing to the matching resources.

hopefully jsr 283 will make this easier...

regards
 marcel

Reply via email to