xpath jcr:contains() and sql contains() return differents results
-----------------------------------------------------------------

                 Key: JCR-732
                 URL: https://issues.apache.org/jira/browse/JCR-732
             Project: Jackrabbit
          Issue Type: Bug
    Affects Versions: 1.2.1
         Environment: Ubuntu Linux
            Reporter: Paco Avila


I think that these queries equivalents:

XPATH: //element(*, okm:document)[jcr:contains(okm:content, 'naranjas')]

and

SQL: SELECT * FROM okm:document WHERE CONTAINS(okm:content, 'naranjas')

But the XPATH one works and the SQL doesn't return anything.

-- 
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