[tw5] Re: List macro says: No result, where Advanced Search finds tiddlers

2019-01-25 Thread Chris Brouwer
Thanks very much, Mark! I have tried something like this, but probably still made a mistake somewhere. This is working as expected. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from

[tw5] Re: List macro says: No result, where Advanced Search finds tiddlers

2019-01-25 Thread 'Mark S.' via TiddlyWiki
I tested, and this works. I assumed that tiddler $:/vak/curTrip contains the name of a trip: \define list-body(tag:"" trip:"" prefix:"") -- """$tag$""" """$trip$""" <> -- Naam Keuze Prijs Periode <$list filter=<> emptyMessage="Niets gevonden"> <> <> <> <> \end <$macrocall $name=list-body

[tw5] Re: List macro says: No result, where Advanced Search finds tiddlers

2019-01-25 Thread Chris Brouwer
Hello Mark, I already tried that construct, with the same result. I add the tiddler here, and a screenshot of the output. Still, with my version of the code, this is the filter it shows: ** [tag[Overnachting]trip[Balkan 2019]sort[title]]** (Without the '**', of course ;-) ) So that looks like

[tw5] Re: List macro says: No result, where Advanced Search finds tiddlers

2019-01-25 Thread 'Mark S.' via TiddlyWiki
It would take a half hour to set up data to give an exact fix, but what stands out immediately is that you are inserting wikitext into wiki text, which doesn't work: Here <> Hier <$list filter=<> emptyMessage="Niets gevonden"> <> I think what you want is to make changes like: <> ...

[tw5] Re: List macro says: No result, where Advanced Search finds tiddlers

2019-01-25 Thread Chris Brouwer
Hello Ton, allthough this is enlightening for me, the situation is a bit more complex. I am trying to adapt a little bit of Mario Pietsch's excellent work, just to include 1 extra filtering parameter. Here is (most of) the code I changed: \define createTripFilter(tag:"" trip:"" prefix:"")

[tw5] Re: List macro says: No result, where Advanced Search finds tiddlers

2019-01-25 Thread Ton Gerner
Hi Chris, May be this helps. Cheers, Ton -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email