If the first check condition is not, it is ignored - as in:
Example rule with not first that reports incorrect, reversed results: DDF00015 - does not work.yaml
Example rule with redundant all first that reports correct results: DDF00015 - works.yaml
Test datasets:
It is sometimes easier to express a rule as a negation of the correct conditions, but this this currently not possible without inserting an unneeded all as the first condition.
[Note that these rules use the updated codelist_terms operation - #1326]
If the first check condition is
not, it is ignored - as in:Example rule with
notfirst that reports incorrect, reversed results: DDF00015 - does not work.yamlExample rule with redundant
allfirst that reports correct results: DDF00015 - works.yamlTest datasets:
It is sometimes easier to express a rule as a negation of the correct conditions, but this this currently not possible without inserting an unneeded
allas the first condition.[Note that these rules use the updated
codelist_termsoperation - #1326]