[ 
https://issues.apache.org/jira/browse/OAK-5450?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chetan Mehrotra resolved OAK-5450.
----------------------------------
       Resolution: Fixed
    Fix Version/s: 1.8
                   1.7.0

> 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: doc
>    Affects Versions: 1.4.10
>            Reporter: Volker Schmidt
>            Assignee: Chetan Mehrotra
>            Priority: Minor
>             Fix For: 1.7.0, 1.8
>
>
> 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.15#6346)

Reply via email to