1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-29 16:53:14 +00:00

Add group headings to default search results

This commit is contained in:
Jermolene 2014-11-10 19:52:37 +00:00
parent e175746122
commit b70b85aa9e

View File

@ -9,8 +9,12 @@ caption: {{$:/language/Search/DefaultResults/Caption}}
</$set>
//<small>Title matches:</small>//
<$list filter="[!is[system]search:title{$(searchTiddler)$}sort[title]limit[250]]" template="$:/core/ui/ListItemTemplate"/>
<hr/>
//<small>All matches:</small>//
<$list filter="[!is[system]search{$(searchTiddler)$}sort[title]limit[250]]" template="$:/core/ui/ListItemTemplate"/>
\end
<<searchResultList>>