Oh, I got it: I was looking for search results in the standard search 
panel, but they were in this tiddler itself.

Now can I somehow include this output in the standard search panel (not 
advanced)?


On Sunday, December 28, 2014 10:50:48 PM UTC+3, Stephan Hradek wrote:
>
>
>
> Am Sonntag, 28. Dezember 2014 04:13:46 UTC+1 schrieb Dmitry Skopa:
>>
>> Hello, Stephan
>>
>> Do I need to name this tiddler in some special way or tag it with some 
>> special tag to make it work?
>>
>>
> No. Just take care to remove the line breaks which appeared somehow in the 
> code :(
>
> \define searchInField(field, for)
>
> <$list filter="[!is[shadow]!is[system]field:$field$/$for$/]">
>
> <$link><$view field="title"/></$link>
>
> </$list>
>
> \end
>
> <$reveal state="$:/temp/search" type="nomatch" text="">
> <$list filter="[!is[shadow]!is[system]fields[]]" variable="fieldname">
>
>
> Searching in field: <<fieldname>>
>
> <$macrocall $name="searchInField" field=<<fieldname>> 
> for={{$:/temp/search}}/>
>
> </$list>
> </$reveal>
>
>  
>

-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.

Reply via email to