Hi All, I need retrive nodes that contains some text and are of a specific file types.
"SELECT * FROM nt:base WHERE CONTAINS(.,'" + pTextQuery + "') AND jcr:path LIKE '%/%.pdf/%' order by jcr:score DESC"; This query not return nothing... i´m using the query (below) normaly to retrieve files indexed by some text. "SELECT * FROM nt:base WHERE CONTAINS(.,'" + pTextQuery + "') order by jcr:score DESC"; someone can help me? []s -- Alexandre Costa Martins CESAR - Recife Center for Advanced Studies and Systems Software Engineer and Software Reuse Researcher MSc Candidate at Federal University of Pernambuco RiSE Member - http://www.rise.com.br E-mail: [EMAIL PROTECTED] MSN: [EMAIL PROTECTED] GTalk: [EMAIL PROTECTED] Skype: xandecmartins Mobile: +55 (81) 9929-9548 Office: +55 (81) 3425-4787 Fax: +55 (81) 3425-4701
