mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-24 02:27:19 +00:00
Provisionally extend search results to list title matches separately
I’m not sure whether this is a good solution. Nor am I keen on the horizontal rule to separate the two groups of results.
This commit is contained in:
parent
157f8faa6b
commit
4d061d0fee
@ -9,6 +9,8 @@ caption: {{$:/language/Search/DefaultResults/Caption}}
|
||||
|
||||
</$set>
|
||||
|
||||
<$list filter="[!is[system]search:title{$(searchTiddler)$}sort[title]limit[250]]" template="$:/core/ui/ListItemTemplate"/>
|
||||
<hr/>
|
||||
<$list filter="[!is[system]search{$(searchTiddler)$}sort[title]limit[250]]" template="$:/core/ui/ListItemTemplate"/>
|
||||
\end
|
||||
<<searchResultList>>
|
||||
|
Loading…
Reference in New Issue
Block a user