2013-12-31 13:11:01 +00:00
|
|
|
title: $:/core/ui/AdvancedSearch/Shadows
|
|
|
|
tags: $:/tags/AdvancedSearch
|
2014-02-16 09:46:43 +00:00
|
|
|
caption: {{$:/language/Search/Shadows/Caption}}
|
2013-12-31 13:11:01 +00:00
|
|
|
|
2014-02-16 09:46:43 +00:00
|
|
|
\define lingo-base() $:/language/Search/
|
2013-12-31 13:11:01 +00:00
|
|
|
<$linkcatcher to="$:/temp/advancedsearch">
|
|
|
|
|
2014-02-16 09:46:43 +00:00
|
|
|
<<lingo Shadows/Hint>>
|
2013-12-31 13:11:01 +00:00
|
|
|
|
2014-11-23 16:07:58 +00:00
|
|
|
<div class="tc-search">
|
|
|
|
<$edit-text tiddler="$:/temp/advancedsearch" type="search" tag="input"/>
|
|
|
|
<$reveal state="$:/temp/advancedsearch" type="nomatch" text="">
|
|
|
|
<$button class="tc-btn-invisible">
|
|
|
|
<$action-setfield $tiddler="$:/temp/advancedsearch" $field="text" $value=""/>
|
|
|
|
{{$:/core/images/close-button}}
|
|
|
|
</$button>
|
|
|
|
</$reveal>
|
|
|
|
</div>
|
2013-12-31 13:11:01 +00:00
|
|
|
|
|
|
|
</$linkcatcher>
|
|
|
|
|
|
|
|
<$reveal state="$:/temp/advancedsearch" type="nomatch" text="">
|
|
|
|
|
2014-10-21 19:27:42 +00:00
|
|
|
<$set name="resultCount" value="""<$count filter="[all[shadows]search{$:/temp/advancedsearch}] -[[$:/temp/advancedsearch]]"/>""">
|
|
|
|
|
2014-08-28 18:08:31 +00:00
|
|
|
<div class="tc-search-results">
|
2013-12-31 13:11:01 +00:00
|
|
|
|
2014-05-14 19:12:38 +00:00
|
|
|
<<lingo Shadows/Matches>>
|
2013-12-31 13:11:01 +00:00
|
|
|
|
2014-10-13 08:11:34 +00:00
|
|
|
<$list filter="[all[shadows]search{$:/temp/advancedsearch}sort[title]limit[250]] -[[$:/temp/advancedsearch]]" template="$:/core/ui/ListItemTemplate"/>
|
2013-12-31 13:11:01 +00:00
|
|
|
|
|
|
|
</div>
|
|
|
|
|
2014-10-21 19:27:42 +00:00
|
|
|
</$set>
|
|
|
|
|
2013-12-31 13:11:01 +00:00
|
|
|
</$reveal>
|
|
|
|
|
|
|
|
<$reveal state="$:/temp/advancedsearch" type="match" text="">
|
|
|
|
|
|
|
|
</$reveal>
|