08-26-2013 11:03 AM
When I invoke the following CMIS Query that contains multiple LEFT OUTER JOINs to both File and Note against the Nuxeo Demo server, no results are returned. OTOH, when I invoke separate queries with a single LEFT OUTER JOIN to File and Note respectively, results are returned as expected. Am I correct that this is a nuxeo-chemistry bug?
Query:
curl -u Administrator:Administrator "http://demo.nuxeo.com/nuxeo/atom/cmis/default/query?q=SELECT+d.*+FROM+cmis:document+d+LEFT+OUTER+JOIN+File+f+ON+d.cmis:objectId=f.cmis:objectId+LEFT+OUTER+JOIN+Note+n+ON+d.cmis:objectId=n.cmis:objectId+WHERE+d.nuxeo:isVersion=false&searchAllVersions=true&includeRelationships=none"
08-29-2013 03:10 PM
That's unexpected. Please open a ticket.
08-29-2013 05:31 PM
See [NXP-12357][1].
01-28-2014 01:28 PM
Now fixed, see NXP-12357.
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.