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 "Thomas Mueller (JIRA)" <ji...@apache.org> on 2013/01/15 11:52:12 UTC

[jira] [Resolved] (OAK-556) Query engine: support fulltext conditions with relative paths

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

Thomas Mueller resolved OAK-556.
--------------------------------

    Resolution: Fixed

Revision 1433348
                
> Query engine: support fulltext conditions with relative paths
> -------------------------------------------------------------
>
>                 Key: OAK-556
>                 URL: https://issues.apache.org/jira/browse/OAK-556
>             Project: Jackrabbit Oak
>          Issue Type: New Feature
>          Components: query
>            Reporter: Thomas Mueller
>            Assignee: Thomas Mueller
>
> The following XPath and SQL-2 queries currently don't work:
> {code}
> /jcr:root/rep:security/rep:authorizables//element(*,rep:Authorizable
> [jcr:contains(profile/.,'grass')]
> select [jcr:path], [jcr:score], * from [rep:Authorizable] as a 
> where contains([profile/./*], 'grass') 
> and isdescendantnode(a, '/rep:security/rep:authorizables')
> {code}
> because the fulltext search condition doesn't support relative paths ("/./"), and because relative path combined with "*" are not supported yet.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira