03-14-2012 10:48 AM
SELECT d.cmis:objectid FROM cmis:document as d join sa:myCustomAspect as g on d.cmis:objectid = g.cmis:objectid WHERE g.sa:myCustomProperty like 'Hello'
The query as above executes and finds all the documents which have 'Hello' in the myCustomProperty property. e.g 'Hello', 'Hello World' e.t.c
SELECT d.cmis:objectid FROM cmis:document as d WHERE d.cmis:name LIKE 'Hello World'
Am I missing something from my first query above which will allow it to match against strings with spaces?03-20-2012 01:14 PM
03-21-2012 01:00 PM
03-21-2012 03:40 PM
Tags
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.