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

Query with boolean and ISCHILDNODE criteria returns no results (regression from MS 2.x)

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Critical
    • 3.0.0.CR1
    • 3.0.0.Beta3
    • Query
    • None

    Description

      The following query returns no results (and worked in ModeShape 2.x):

      SELECT * FROM [author:textUnit] AS textUnits 
      WHERE (ISCHILDNODE(textUnits,'/author/content/text') 
      AND textUnits.[author:deleted] = CAST('false' AS BOOLEAN)) 
      ORDER BY textUnits.[author:unitId] ASC LIMIT 10
      

      The relevant node types are in the attached CND file.

      Attachments

        Activity

          People

            rhauch Randall Hauch (Inactive)
            cpoulsen-1 Chris Poulsen (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: