mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-02-02 12:19:11 +00:00
Fix bug with search not working
This commit is contained in:
parent
576b46301c
commit
07a1d66e34
@ -14,7 +14,7 @@ title: $:/templates/SideBar
|
|||||||
|
|
||||||
<div class="tw-search-results">
|
<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>
|
</div>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user