mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-12-24 00:50:28 +00:00
Exclude non-system tiddlers from system tiddler search
This commit is contained in:
parent
d57010d2fb
commit
0fb13e649b
@ -14,9 +14,9 @@ Search for system tiddlers:
|
||||
|
||||
<div class="tw-search-results">
|
||||
|
||||
//<small><$count filter="[search{$:/temp/advancedsearch}]"/> matches</small>//
|
||||
//<small><$count filter="[is[system]search{$:/temp/advancedsearch}]"/> matches</small>//
|
||||
|
||||
<$list filter="[search{$:/temp/advancedsearch}sort[title]limit[250]]" template="$:/core/ui/ListItemTemplate"/>
|
||||
<$list filter="[is[system]search{$:/temp/advancedsearch}sort[title]limit[250]]" template="$:/core/ui/ListItemTemplate"/>
|
||||
|
||||
</div>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user