Extending CMIS query to get all documents with a property
1I have an aspect that I have associated with multiple documents. For example lests call the aspect OrderAspect. The below query works when I fetch all nodes that have a location property from OrderAspect set to 'WAREHOUSE-A'SELECT * FROM oarderAspec...