You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-issues@jackrabbit.apache.org by "Davide Giannella (JIRA)" <ji...@apache.org> on 2017/05/30 08:39:24 UTC

[jira] [Closed] (OAK-5450) Documented example for relativeNode in index aggregation does not work.

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

Davide Giannella closed OAK-5450.
---------------------------------

Bulk close for 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)