idb:photo
idb:uploadName jcr:primaryType="idbt:metaData" idb:value="4.jpg"
idb:size jcr:primaryType="idbt:metaData" idb:value="276757"
idb:title jcr:primaryType="idbt:metaData" idb:value="Title: 4.jpg"
idb:photo>
first of all i cant see my code example! -> clicked on {} and filed in my code!
i would like to get the information of a photo-node where for example the title is
Title: 4.jpg
i have the following query:
Query query = queryManager.createQuery("select * from [idbt:photo] as p inner join [idbt:metaData] as c on isdescendantnode(p, c) where c.[idb:value] = 'Title: 4.jpg'", Query.JCR_SQL2);
my resultset is empty. it should be filled with my matched node!
what is wrong?
Greetings