mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-01-26 00:46:52 +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">
|
<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>
|
</div>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user