Uploaded image for project: 'Jackrabbit Oak'
  1. Jackrabbit Oak
  2. OAK-556

Query engine: support fulltext conditions with relative paths

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 0.6
    • query
    • None

    Description

      The following XPath and SQL-2 queries currently don't work:

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

      because the fulltext search condition doesn't support relative paths ("/./"), and because relative path combined with "*" are not supported yet.

      Attachments

        Activity

          People

            thomasm Thomas Mueller
            thomasm Thomas Mueller
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: