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 "Chetan Mehrotra (JIRA)" <ji...@apache.org> on 2017/01/14 08:48:26 UTC

[jira] [Assigned] (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 ]

Chetan Mehrotra reassigned OAK-5450:
------------------------------------

    Assignee: Chetan Mehrotra

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