JBoss.orgCommunity Documentation
Query: Select all documents where property apollo:someProperty equals to false.
Initial data:
document1: apollo:someProperty - true
document2: apollo:someProperty - false
SELECT * FROM cmis:document WHERE (apollo:someProperty = FALSE)
Query result:
document2.