Query limitations

IBM Content Manager does not support all of the query operations that are supported by OASIS Content Management Interoperability Services.

IBM CMIS for Content Manager OnDemand throws an exception if a client application submits a request for one of the following query operations:
FROM clause
Throws an exception if the query includes anything other than the cmis:document method.
IN_FOLDER operation query
IBM Content Manager OnDemand does not have folders.
IN_TREE operation query
IBM Content Manager OnDemand does not have hierarchical folders.
JOIN clause query.
IBM Content Manager OnDemand only allows you to search against the cmis:document type.
CONTAINS operation query
IBM Content Manager OnDemand does not support full text searching.
SCORE operation query.
IBM Content Manager OnDemand does not support full text searching.
ANY operator query
IBM Content Manager OnDemand does not support properties with multiple values.
Stand-alone negation operator query NOT
Allowed only as part of other operators, such as NOT LIKE. The NOT operator cannot be used to negate an entire search clause, for example, NOT (prop > 5 AND prop < 100)
Combination of the AND and OR Boolean operator queries
IBM Content Manager OnDemand supports only all AND operators or all OR operators.
Parentheses when used in conjunction with a combination of AND and OR operator queries
IBM Content Manager OnDemand Web Enablement Kit does not support parentheses.