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:10:13 UTC

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

Thomas Mueller created OAK-556:
----------------------------------

             Summary: 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