So I have a dynamic asset collection setup to grab the latest articles but I would like to exclude an article from ever apearing in the result how would I do that?
My query right now is: select d.* from cmis:document as d where in_tree(d, '${section:/news}') and d.cmisbjectTypeId='D:ws:article' order by d.cmis:creationDate desc