[
https://issues.apache.org/jira/browse/OAK-913?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Marth updated OAK-913:
------------------------------
Fix Version/s: 0.12
> Query: relative fulltext conditions return the wrong result
> -----------------------------------------------------------
>
> Key: OAK-913
> URL: https://issues.apache.org/jira/browse/OAK-913
> Project: Jackrabbit Oak
> Issue Type: Bug
> Reporter: Thomas Mueller
> Fix For: 0.12
>
>
> Fulltext conditions of the following form return the child node instead of
> the parent node:
> {code}
> contains([node1/text], 'hello')
> {code}
> This is because the filter doesn't contain the relative path (it doesn't
> contain the property name either, but that's not the problem here).
> The problem here is not the Lucene index, but the filter API, so it can't be
> easily fixed. I think it makes sense to fix it as part of OAK-902.
--
This message was sent by Atlassian JIRA
(v6.1#6144)