Situation
A whole filter expression consists of two filter runs.
The first filter run is expensive.
The second filter run is a duplicate of the first, but adds a suffix to each title.
Craving
Still within a single filter expression, get the same output, but avoid duplicating the expensive first run?
I.e do the expensive first run and keep the output list of titles but also use the already calculated list of titles and add the suffix, e.g: AAA BBB AAAsfx BBBsfx
The order in the final output is not important.
Ramification
Global harmony
Realization
If the above is possible then maybe it would also solve the (for me) recurring problem:
[tag[friend]get[phonenumber]]
…now who is that number to again?