hi, if i search like this to find a node with the given uuid i get the node SELECT * FROM nt:base WHERE jcr:uuid = '4778158b-4de1-4ab9-9feb-a1f8987a830d'
but if i try to find it with contains, i get a empty result SELECT * FROM nt:base WHERE contains(jcr:uuid, '4778158b-4de1-4ab9-9feb-a1f8987a830d' ) is it not possible to search for uuid's with the contains function ? thanks for help claus
