A regular search generates a list of links. Instead of that I want to 
populate a $Select widget list. I've been able to populate the $Select 
widget list from a $List that includes a search operator that has a hard 
coded entry in the filter using something like this 

<$select>
<$list 
filter='[all[shadows+tiddlers]tag[WikiText]search[quote]sort[title]]'>
<option value=<<currentTiddler>>><$view field='caption'/></option>
</$list>
</$select>

but nothing I've tried has allowed me to put something changeable in there 
like.

<$list 
filter='[all[shadows+tiddlers]tag[WikiText]search[{{$:/temp/searchterm}}]sort[title]]'>

My luck with variables hasn't been any better. 

<$list 
filter='[all[shadows+tiddlers]tag[WikiText]search[<<searchterm>>]sort[title]]'>

This seems like it ought to be a straightforward problem but it has me 
stumped. Anyone out there have a way of doing this?

-- 
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 post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/c1495d03-1dba-4fe2-a749-ee8e48db067b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to