Query on cmis nuxeo
Hi.
When I do a query in cmis and not check “search all versions” in the program “CMIS QUERY-Nuxeo Repository default”, the documents that have the version 0.0 are not shown. I'm using nuxeo 5.7.1, and the query is “SELECT * FROM cmis:document”
Thanks in advance.
If you don't check “search all versions” then it means “search latest version” (per CMIS spec, 2.2.6.1.1). But documents in version 0.0 in Nuxeo are drafts, they are not versioned yet, so you won't find them using such a query.
Could you tell me how I have to do the query to shown the documents which have the version 0.0?
Thanks in advance.
nuxeo:isVersion = false
.I have tried to use nuxeo:isVersion=false and not shown the result. The result only appears when I check the option "search all versions" using the query "SELECT * FROM cmis:document where nuxeo:isVersion=false".
Thanks in advance.
where you write your CMIS query to Worklist? and how to make the call?
Thank you