Volker Schmidt created OAK-5450:
-----------------------------------

             Summary: Documented example for relativeNode in index aggregation 
does not work.
                 Key: OAK-5450
                 URL: https://issues.apache.org/jira/browse/OAK-5450
             Project: Jackrabbit Oak
          Issue Type: Bug
          Components: examples, lucene
    Affects Versions: 1.4.10
            Reporter: Volker Schmidt
            Priority: Minor


The documentation contains the following example query:

select * from [app:Asset] where contains(renditions/original/*, "pluto")

This query does not work. The parser identifies the pattern /* as begin of a 
comment and does not find the end of the comment. The following query works:

select * from [app:Asset] where contains([renditions/original/*], "pluto")




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to