Hi,
if i have
TiddlerA , that has field1 = x and field2 = y
and
TiddlerB that has field1 = x
a filter that looks for tiddlers that have field1 = x would yield
*TiddlerA
*TiddlerB
a filter that looks for tiddlers that have field2 = y would yield
*TiddlerA
is it possible to produce a combined filter that would yield something like that (without removing duplicates ?
TiddlerA
TiddlerA
TiddlerB