The thing is that you added the conditional block and within conditoinal block you added the following multiple conditoins:
( ( has_term('financial-reports', 'george-doc-categories', null) eq '1' ) OR ( has_term('integrated-development-plan', 'george-doc-categories', null) eq '1' ) OR ( has_term('sdbip', 'george-doc-categories', null) eq '1' ) OR ( has_term('spacial-development-framework', 'george-doc-categories', null) eq '1' ) OR ( has_term('tarrifs-fees-and-fines', 'george-doc-categories', null) eq '1' ) OR ( has_term('annual-reports', 'george-doc-categories', null) eq '1' ) OR ( has_term('access-to-information', 'george-doc-categories', null) eq '1' ) OR ( has_term('contracts', 'george-doc-categories', null) eq '1' ) OR ( has_term('current-tenders-supply-chain-management', 'george-doc-categories', null) eq '1' ) OR ( has_term('other-publications', 'george-doc-categories', null) eq '1' ) OR ( has_term('bylaws-and-regulations', 'george-doc-categories', null) eq '1' ) OR ( has_term('council', 'george-doc-categories', null) eq '1' ) OR ( has_term('performance-management', 'george-doc-categories', null) eq '1' ) OR ( has_term('public-notices', 'planning-and-development-cat', null) eq '1' ) OR ( has_term('spacial-development-framework-planning', 'planning-and-development-cat', null) eq '1' ) OR ( has_term('bursaries-archives', 'hr-doc-categories', null) eq '1' ) OR ( has_term('public-notices', 'finance-cat', null) eq '1' ) OR ( has_term('fees-and-fines', 'finance-cat', null) eq '1' ) OR ( has_term('budget', 'finance-cat', null) eq '1' ) OR ( has_term('financial-reports-cat', 'finance-cat', null) eq '1' ) OR ( has_term('section-71-reports-2', 'finance-cat', null) eq '1' ) OR ( has_term('annual-financial-statements', 'finance-cat', null) eq '1' ) OR ( has_term('2018-2019-archives', 'finance-cat', null) eq '1' ) OR ( has_term('long-term-loan-contracts', 'george-doc-categories', null) eq '1' ) OR ( has_term('media-documents', 'george-doc-categories', null) eq '1' ) OR ( has_term('land-use-applications', 'planning-and-development-cat', null) eq '1' ) OR ( has_term('quarterly-printed-newspapers-media-documents-2', 'george-doc-categories', null) eq '1' ) OR ( has_term('finance-policies', 'george-doc-categories', null) eq '1' ) OR ( has_term('supply-chain-management', 'george-doc-categories', null) eq '1' ) OR ( has_term('public-notices', 'george-doc-categories', null) eq '1' ) OR ( has_term('municipal', 'george-doc-categories', null) eq '1' ) OR ( has_term('community-services-policies-strategies-plans-and-guidelines-2', 'george-doc-categories', null) eq '1' ) OR ( has_term('policies-strategies-plans-and-guidelines', 'george-doc-categories', null) eq '1' ) OR ( has_term('civil-engineering-services-plans-and-guidelines-2', 'george-doc-categories', null) eq '1' ) OR ( has_term('municipal-manager', 'george-doc-categories', null) eq '1' ) OR ( has_term('civil-engineering-services', 'george-doc-categories', null) eq '1' ) OR ( has_term('general-policies', 'george-doc-categories', null) eq '1' ) OR ( has_term('service-level-agreements', 'finance-cat', null) eq '1' ) OR ( has_term('long-loan-term-contracts', 'finance-cat', null) eq '1' ) )
But to check a term against taxonomy - the new method is you need to use the CONTAINS():
Can you tell me what conditoinal block you want to applly for the "opening-results" term?