ROWI API 2.0: How to exclude documents with a specific word
I'm using Resource Oriented Work Item API 2.0.
Based on Change Management Query Syntax 1.0, I can use the following
syntax for a full text search:
oslc_cm:searchTerms="SSSSS" and dc:type in
where SSSSS is "any sequence of characters".
How can I exclude documents that contain a specific word?
I guess I can use the following syntax to exclude documents with
the word "WWWWW" in the title:
oslc_cm:searchTerms="SSSSS" and dc:title!="WWWWW" and dc:type in
but, I want to apply the exclusion to the whole document.
How can we do this?
Based on Change Management Query Syntax 1.0, I can use the following
syntax for a full text search:
oslc_cm:searchTerms="SSSSS" and dc:type in
where SSSSS is "any sequence of characters".
How can I exclude documents that contain a specific word?
I guess I can use the following syntax to exclude documents with
the word "WWWWW" in the title:
oslc_cm:searchTerms="SSSSS" and dc:title!="WWWWW" and dc:type in
but, I want to apply the exclusion to the whole document.
How can we do this?