CMIS CONTAINS Problem
Hi! Guys its possible to use more them one contains in the same query ? select d.*, o.* from cmis:document as d join cm:titled as o on d.cmis:objectid = o.cmis:objectid where CONTAINS(d,'cmis:name:test OR cmis:createdBy:admin') OR CONTAINS(o,'cm:titl...