NOT constraint

Query: Select all documents that do not contain the "world" word.

Initial data:

SELECT * FROM cmis:document WHERE NOT CONTAINS('world')

Query result:

Copyright ©2012. All rights reserved. eXo Platform SAS