i have added a text file to my workspace and i would search it by its name with the contains function With the sql search it will be found
SELECT * FROM nt:base WHERE contains(*, '*.txt') If i try to search with XPath i didnt find it ! //element(*, nt:base)[jcr:contains(*, '*.txt')] I think the two statements are the same or not ? With xpath i do only find strings with contains(*) on the jcr:content node ! Is this a bug ?? My node structure looks like: /test.txt (nt:file) -my:name (Mixin) - .. some Mixin properties /jcr:content (nt:resource) -jcr:mimetype -jcr:lastModified -jcr:data thanks for any help claus
