Greetings,
When i do a search with a query string such as
//[EMAIL PROTECTED]:primaryType = 'prm:File' and jcr:contains(@prm:Title, '"lazy"')]
order by jcr:score() descending
it works as i expect. When however i limit the sub tree like
/prm:Projects/prm:Project3781/prm:Documents//[EMAIL PROTECTED]:primaryType = 'prm:File'
and jcr:contains(@prm:Title, '"lazy"')] order by jcr:score() descending
where the /prm:Projects/prm:Project3781/prm:Documents part is retrieved from
a call to node.getPath()
nothing is returned
I've walked thru the code till i get to the lucene execute query, at which
point i don't have source.
As a general question, are there any tips for figuring out why a search is
returning no results