Uploaded image for project: 'ModeShape'
  1. ModeShape
  2. MODE-1873

Querying using [mode:derivedFrom] path for sequenced nodes, yields no results

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Blocker
    • 3.2.0.Final
    • 3.1.3.Final
    • Query, Sequencers
    • None

    Description

      After a node has been sequenced and the output placed in another location than the original node (i.e. an output path has been configured), issuing the following query:

      SELECT [jcr:path] 
      FROM [mode:derived] AS d 
      WHERE d.[mode:derivedFrom] IN (
        SELECT u.[jcr:path] FROM [nt:unstructured] as u
      )
      

      produces 0 results.

      It should always produce at least 1 result, possibly more, depending on the number of nodes that have been sequenced.

      Attachments

        Activity

          People

            rhauch Randall Hauch (Inactive)
            hchiorean Horia Chiorean (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: