2014-10-27 18:38:34 +00:00
|
|
|
title: $:/core/ui/SearchResults
|
|
|
|
|
|
|
|
<div class="tc-search-results">
|
|
|
|
|
2022-04-05 15:48:07 +00:00
|
|
|
<$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]]'><$transclude mode='block'/></$list>">
|
2015-09-27 21:53:40 +00:00
|
|
|
|
2022-04-05 15:48:07 +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>
|