I have A space and B space. A space contains documents (many) and some are linked (cm:link) to B space. I want to filter to some property of my original documents on all linked documents in B. This is working via UI Advanced Search but not via Lucene. Eg:
PATH:"B//*" AND @cm\:name:something
This will search in the link's name, but not in the original content's name.
I can solve this to search in A, but that space contains >100000 contents while B does significant less.
Any suggestion?