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

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

    XMLWordPrintable

    Details

      Description

      Currently the MarkLogic repository doesn't handle correctly 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

          Issue Links

            Activity

              People

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

                Dates

                • Created:
                  Updated: