Uploaded image for project: 'Nuxeo Platform'
  1. Nuxeo Platform
  2. NXP-21183

Handle NOT NXQL constraint such as dc:contributors/* <> 'pete' for MongoDB

    XMLWordPrintable

    Details

    • Type: Bug
    • Status: Open
    • Priority: Minor
    • Resolution: Unresolved
    • Affects Version/s: 7.10-HF17, 8.10
    • Fix Version/s: QualifiedToSchedule
    • Component/s: Core MongoDB

      Description

      Currently the MongoDB repository doesn't handle NOT semantic on list element such as it's explained here.

      During this development, please add this test in TestSQLRepositoryQuery#testQueryNegativeMultiple:

      dml = session.query("SELECT * FROM Document WHERE dc:contributors/* <> 'pete'");
      assertEquals(2, dml.size());
      

        Attachments

          Activity

            People

            • Assignee:
              Unassigned
              Reporter:
              kleturc Kevin Leturc
              Participants:
            • Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

              • Created:
                Updated: