2014-10-27 18:38:34 +00:00
|
|
|
title: $:/core/ui/SearchResults
|
|
|
|
|
|
|
|
<div class="tc-search-results">
|
|
|
|
|
|
|
|
<$list filter="[all[shadows+tiddlers]tag[$:/tags/SearchResults]!has[draft.of]butfirst[]limit[1]]" emptyMessage="""
|
|
|
|
<$list filter="[all[shadows+tiddlers]tag[$:/tags/SearchResults]!has[draft.of]]">
|
2014-11-10 19:55:45 +00:00
|
|
|
<$transclude mode="block"/>
|
2014-10-27 18:38:34 +00:00
|
|
|
</$list>
|
|
|
|
""">
|
2015-09-27 21:53:40 +00:00
|
|
|
|
2020-10-23 14:58:34 +00:00
|
|
|
<$macrocall $name="tabs" tabsList="[all[shadows+tiddlers]tag[$:/tags/SearchResults]!has[draft.of]]" default={{$:/config/SearchResults/Default}} actions="""<$action-setfield $tiddler="$:/state/search/currentTab" text=<<currentTab>>/>""" explicitState="$:/state/tab/search-results/sidebar"/>
|
2015-09-27 21:53:40 +00:00
|
|
|
|
2014-10-27 18:38:34 +00:00
|
|
|
</$list>
|
|
|
|
|
|
|
|
</div>
|