You are looking at documentation for an older release. Not what you want? See the current release documentation.
Query: Select all documents where the apollo:someProperty
property equals to false.
Initial data:
document1: apollo:someProperty
- true
document2: apollo:someProperty
- false
SELECT * FROM cmis:document WHERE (apollo:someProperty = FALSE)
Query result:
document2.