New BETA. Alters the tags()
function to not use the tags' own qualities for its function return quality. This enables other iterators to wrap tags()
without using forceQuality()
, which has the side effect of obliterating any nested non-good qualities. Adds the new qvAt()
function which re-implements the square bracket operator to not discard nested qualities.
For Ignition v8.1: v2.1.1.250881822
You can now supply prune the list of returned tag path/value pairs to exclude non-good quality with this combination:
where(
tags({path.to.list.of.paths}),
isGood(qvAt(it(), 1))
)