Hi
I learn that the search statements in OpenKM are organized like this:
//element(*,okm:document)[jcr:contains(.,'term1') and jcr:contains(.,'term2')]
but how do you search for content that does not include a term? Is it using jcr:contains(.,'-term1'

? I tests this statment but doesn't work.
I appreciate any help