1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-26 07:13:15 +00:00

Fix bug with search not working

This commit is contained in:
Jeremy Ruston 2013-05-31 13:32:46 +01:00
parent 576b46301c
commit 07a1d66e34

View File

@ -14,7 +14,7 @@ title: $:/templates/SideBar
<div class="tw-search-results">
<$list filter="[!is[system]search[$:/temp/search]sort[title]limit[50]]" emptyMessage="//No results//"/>
<$list filter="[!is[system]search{$:/temp/search}sort[title]limit[50]]" emptyMessage="//No results//"/>
</div>