Big thanks. I've changed your code according to my needs and it works all 
right. One suggestion would be to alter the code for the drop down fields 
to 
<$list filter='[all[tiddlers]tags[]sort[title]]'>
so the Tags are listed alphabetically. In the far away future I'll try to 
implement the check boxes but that was too complicated for me right now.

The Tiddler now looks like this.
<$select field='filter-field1'>
<$list filter='[all[tiddlers]tags[]sort[title]]'>
<option value=<<currentTiddler>>><$view field='title'/></option>
</$list>
</$select>
<$select field='filter-field2'>
<$list filter='[all[tiddlers]tags[]sort[title]]'>
<option value=<<currentTiddler>>><$view field='title'/></option>
</$list>
</$select>
<$select field='filter-field3'>
<$list filter='[all[tiddlers]tags[]sort[title]]'>
<option value=<<currentTiddler>>><$view field='title'/></option>
</$list>
</$select>



<$list filter="[tag{!!filter-field1}] +[tag{!!filter-field2}] 
+[tag{!!filter-field3}]">
<$link><$view field=title/></$link>
<br/>

{{||$:/core/ui/ViewTemplate/tags}}

</$list>
Enter code here...
The nice thing is that it shows the tag pills of the search results.



On Monday, November 18, 2019 at 10:09:36 AM UTC+1, A Gloom wrote:
>
> This doesn't use checkboxes but select menu's and generates a filter that 
> can be copied to a list of your design-- or you can grab the select code 
> from it and alter it for checkboxes if you're confident with digging into 
> code.  It's only 2 stage but does AND, OR & NOT
>

-- 
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 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/ed77b464-835f-43e2-89d1-a688a8591122%40googlegroups.com.

Reply via email to