Jed wrote:

1) [...good points about criteria...] Being useful would help too.
>

;-)

 

> 2) [...search fields...]
>

Thank you, great to know. I'll get to this so I'll try it out then.


<:-)
 

> If you have a set list of fields than you could use the search operator. 
> something like:
>
> [search{transcluded search term}][search:field1{transcluded search 
> term}][search:field2{transcluded search term}]
>
> where your search input is put into a temporary tiddler used for the 
> transcluded search term portion. If you want something that will take less 
> updating if you change the fields used than put the fields you want to 
> search in a list field of some settings tiddler and then use something like 
> this:
>
> \define thisSearchResult()
> <$list filter='[search:$(CurrentField)${transcluded search term}]'>
>
> </$list>
> \end
>
> <$list filter='[list[reference to list field]]' variable=CurrentField>
> <<thisSearchResult>>
> </$list>
>
> Using that you couldn't sort the entire output list without using some 
> more advanced things. I think Tobias made a plugin that would let you do it 
> and the way I made my version of breadcrumbs would probably let you do it.
>

-- 
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/4419f657-7e0f-488f-ac94-3c8962bc73a0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to