jcr:contains does not return substrings with apostrophes
--------------------------------------------------------

                 Key: JCR-1045
                 URL: https://issues.apache.org/jira/browse/JCR-1045
             Project: Jackrabbit
          Issue Type: Bug
          Components: query
            Reporter: Masanobu Horiyama



I am able to query for a node which has a property that contains the string 
"Jackrabbit's" with the following:

   //*[jcr:contains(@title,'Jackrabbit\''s')]";

However, a substring search does not return any results:

   //*[jcr:contains(@title,'*Jackrabbit\''s*')]

Please advise.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to