mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-04 09:06:18 +00:00
15 lines
434 B
Plaintext
15 lines
434 B
Plaintext
|
title: $:/core/ui/DefaultSearchResultList
|
||
|
tags: $:/tags/SearchResults
|
||
|
caption: {{$:/language/Search/DefaultResults/Caption}}
|
||
|
|
||
|
\define searchResultList()
|
||
|
<$set name="resultCount" value="""<$count filter="[!is[system]search{$(searchTiddler)$}]"/>""">
|
||
|
|
||
|
{{$:/language/Search/Matches}}
|
||
|
|
||
|
</$set>
|
||
|
|
||
|
<$list filter="[!is[system]search{$(searchTiddler)$}sort[title]limit[250]]" template="$:/core/ui/ListItemTemplate"/>
|
||
|
\end
|
||
|
<<searchResultList>>
|