KÖLL Claus wrote:
thanks for the informations
can you add your comments to the jira issue ?
https://issues.apache.org/jira/browse/JCR-1248

sure.

ok if try to run the query like this

//element(*, nt:base)[jcr:contains(., 'test\"!\"')]"

it works fine

hmm, why did you add the double quotes? I think this should be sufficent:

//element(*, nt:base)[jcr:contains(., 'test\!')]

regards
 marcel

Reply via email to