Hi Hi :) I try to write a query that searches for a text in the properties of a certain type of node in my repository. I thought it could be possible to write something like :
SELECT * FROM mnt:resource WHERE contains((jcr:name, jcr:content), "my text"); But it doesn't work :( So, is there a mean to specify multiple columns in a contains() or is it possible to write multiple contains in a single SQL request? Thank you :) Regards, Gary
