mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2026-09-23 17:58:45 +00:00
Exclude search string tiddler from search results
This commit is contained in:
@@ -17,7 +17,7 @@ caption: {{$:/language/Search/System/Caption}}
|
||||
|
||||
<<lingo System/Matches>>
|
||||
|
||||
<$list filter="[is[system]search{$:/temp/advancedsearch}sort[title]limit[250]]" template="$:/core/ui/ListItemTemplate"/>
|
||||
<$list filter="[is[system]search{$:/temp/advancedsearch}sort[title]limit[250]] -[[$:/temp/advancedsearch]]" template="$:/core/ui/ListItemTemplate"/>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user