Short Circuit Evaluation is a technique where minimal evaluation is done while evaluating Boolean operators. An expression usually consists of more than one argument, and often we can determine the overall value for the expression, based of the first argument.
Short Circuit Evaluation in Programming - CodersLegacy
I want to see if there is such possibility with Filters in Tiddlywiki.
A real use case
In Mehregan, every tiddler has a set of smart tabs like Node Explorer.
These tabs contains microcontents about that tiddler. There are requests to show some indication like bubbles, or use different colors on those tabs are not empty.
The Node Explorer tab uses filters where all tiddlers examined against current tiddler for any kind of relationship. Is there a short circuit method to evaluate filter for node explorer?
Why? When there are many tiddlers open in story river, we have many complex filter evaluations.