mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-12-25 01:20:30 +00:00
Add group headings to default search results
This commit is contained in:
parent
e175746122
commit
b70b85aa9e
@ -9,8 +9,12 @@ caption: {{$:/language/Search/DefaultResults/Caption}}
|
|||||||
|
|
||||||
</$set>
|
</$set>
|
||||||
|
|
||||||
|
//<small>Title matches:</small>//
|
||||||
|
|
||||||
<$list filter="[!is[system]search:title{$(searchTiddler)$}sort[title]limit[250]]" template="$:/core/ui/ListItemTemplate"/>
|
<$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"/>
|
<$list filter="[!is[system]search{$(searchTiddler)$}sort[title]limit[250]]" template="$:/core/ui/ListItemTemplate"/>
|
||||||
\end
|
\end
|
||||||
<<searchResultList>>
|
<<searchResultList>>
|
||||||
|
Loading…
Reference in New Issue
Block a user