Query: Select all documents with the apollo:propertyBooster
property which is more than 5.
Initial data:
document1: apollo:propertyBooster
- 3
document2: apollo:propertyBooster
- 15
SELECT * FROM cmis:document WHERE apollo:propertyBooster > 5
Query result:
document2.