1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-09-28 15:08:46 +00:00

Increase search limit to 250

We limit the number of returned search results for performance reasons,
but the current limit seems too low.
This commit is contained in:
Jeremy Ruston 2013-08-13 19:25:37 +01:00
parent e27c5005ef
commit b9259d74f1

View File

@ -14,7 +14,7 @@ title: $:/core/ui/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[250]]" emptyMessage="//No results//"/>
</div>