2014-10-27 18:38:34 +00:00
|
|
|
title: $:/core/ui/DefaultSearchResultList
|
|
|
|
tags: $:/tags/SearchResults
|
|
|
|
caption: {{$:/language/Search/DefaultResults/Caption}}
|
|
|
|
|
|
|
|
\define searchResultList()
|
2015-10-18 09:09:41 +00:00
|
|
|
//<small>{{$:/language/Search/Matches/Title}}</small>//
|
2014-11-10 19:52:37 +00:00
|
|
|
|
2014-11-06 20:58:33 +00:00
|
|
|
<$list filter="[!is[system]search:title{$(searchTiddler)$}sort[title]limit[250]]" template="$:/core/ui/ListItemTemplate"/>
|
2014-11-10 19:52:37 +00:00
|
|
|
|
2015-10-18 09:09:41 +00:00
|
|
|
//<small>{{$:/language/Search/Matches/All}}</small>//
|
2014-11-10 19:52:37 +00:00
|
|
|
|
2014-10-27 18:38:34 +00:00
|
|
|
<$list filter="[!is[system]search{$(searchTiddler)$}sort[title]limit[250]]" template="$:/core/ui/ListItemTemplate"/>
|
2015-09-27 21:53:40 +00:00
|
|
|
|
2014-10-27 18:38:34 +00:00
|
|
|
\end
|
|
|
|
<<searchResultList>>
|