CMIS query returns all versions even though searchAllVersions is set to false
-----------------------------------------------------------------------------

                 Key: CMIS-76
                 URL: https://jira.nuxeo.com/browse/CMIS-76
             Project: Nuxeo Chemistry
          Issue Type: Bug
    Affects Versions: nuxeo-5.4.2
         Environment: Nuxeo 5.4.2 VM
Apache Chemistry 0.5
            Reporter: Mika Koivisto
            Assignee: Florent Guillaume


I have uploaded a document with name About Stacks.pdf and edited it few times 
always incrementing the version number. 

When I run following query it will return all versions of the document as 
result. 

ItemIterable<QueryResult> queryResults = session.query("SELECT cmis:objectId 
FROM cmis:document WHERE ((cmis:name LIKE 'About%') OR (cmis:createdBy LIKE 
'About%'))", false);

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
ECM-tickets mailing list
ECM-tickets@lists.nuxeo.com
http://lists.nuxeo.com/mailman/listinfo/ecm-tickets

Reply via email to